Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
1.1 KiB

  1. /******************************************************************************
  2. Copyright (c) 2000 Microsoft Corporation
  3. Module Name:
  4. StdAfx.h
  5. Abstract:
  6. This file generates the Precompiled headers.
  7. Revision History:
  8. Davide Massarenti (Dmassare) 00/00/2000
  9. created
  10. ******************************************************************************/
  11. #if !defined(AFX_STDAFX_H__3E4C2A94_3891_11D3_85AE_00C04F610557__INCLUDED_)
  12. #define AFX_STDAFX_H__3E4C2A94_3891_11D3_85AE_00C04F610557__INCLUDED_
  13. #define EVENT_INCIDENTADDED 0x1
  14. #define EVENT_INCIDENTREMOVED 0x2
  15. #define EVENT_INCIDENTUPDATED 0x3
  16. #define EVENT_CHANNELUPDATED 0x4
  17. #include <module.h>
  18. #include <HCP_trace.h>
  19. #include <SAFLib.h>
  20. #include <locres.h>
  21. #include <AccountsLib.h>
  22. #include <SecurityLib.h>
  23. #include <Utility.h>
  24. #include <winsta.h>
  25. #include <wtsapi32.h>
  26. #include "IncidentStore.h"
  27. //{{AFX_INSERT_LOCATION}}
  28. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  29. #endif // !defined(AFX_STDAFX_H__3E4C2A94_3891_11D3_85AE_00C04F610557__INCLUDED)