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.

72 lines
1.6 KiB

  1. /******************************************************************************
  2. Copyright (c) 1999 Microsoft Corporation
  3. Module Name:
  4. stdafx.h
  5. Abstract:
  6. include file for standard system include files,
  7. or project specific include files that are used frequently,
  8. but are changed infrequently
  9. Revision History:
  10. Davide Massarenti (Dmassare) 07/21/99
  11. created
  12. ******************************************************************************/
  13. #if !defined(AFX_STDAFX_H__356DF1F8_D4FF_11D2_9379_00C04F72DAF7__INCLUDED_)
  14. #define AFX_STDAFX_H__356DF1F8_D4FF_11D2_9379_00C04F72DAF7__INCLUDED_
  15. #pragma warning(disable:4192)
  16. #if _MSC_VER > 1000
  17. #pragma once
  18. #endif // _MSC_VER > 1000
  19. #define STRICT
  20. #ifndef _WIN32_WINNT
  21. #define _WIN32_WINNT 0x0400
  22. #endif
  23. #define _ATL_FREE_THREADED
  24. //
  25. // Warning, always leave these includes BEFORE <atlbase.h>, otherwise you won't get the right MSXML.
  26. //
  27. #define __msxml_h__
  28. #include <basetyps.h>
  29. typedef interface IXMLElement IXMLElement;
  30. #include <msxml.h>
  31. #undef __msxml_h__
  32. #include <msxml.h>
  33. #include <atlbase.h>
  34. extern CComModule _Module;
  35. #include <atlcom.h>
  36. //////
  37. #include <HCP_trace.h>
  38. #include <MPC_utils.h>
  39. #include <MPC_xml.h>
  40. #include <MPC_COM.h>
  41. //////
  42. #include <detours.h>
  43. #include <disasm.h>
  44. #include <Debug.h>
  45. //////
  46. /////////////////////////////////////////////////////////////////////////////
  47. //{{AFX_INSERT_LOCATION}}
  48. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  49. #endif // !defined(AFX_STDAFX_H__356DF1F8_D4FF_11D2_9379_00C04F72DAF7__INCLUDED)