Source code of Windows XP (NT5)
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.

50 lines
1006 B

  1. /******************************************************************************
  2. Copyright (c) 2000 Microsoft Corporation
  3. Module Name:
  4. StdAfx.h
  5. Abstract:
  6. Precompiled header.
  7. Revision History:
  8. Davide Massarenti (Dmassare) 03/16/2000
  9. created
  10. ******************************************************************************/
  11. #if !defined(AFX_STDAFX_H__6877C875_4E31_4E1C_8AC2_024A50599D66__INCLUDED_)
  12. #define AFX_STDAFX_H__6877C875_4E31_4E1C_8AC2_024A50599D66__INCLUDED_
  13. #if _MSC_VER > 1000
  14. #pragma once
  15. #endif // _MSC_VER > 1000
  16. #define STRICT
  17. #ifndef _WIN32_WINNT
  18. #define _WIN32_WINNT 0x0400
  19. #endif
  20. #include <atlbase.h>
  21. extern CComModule _Module;
  22. #include <stdio.h>
  23. #include <stdlib.h>
  24. #include <float.h>
  25. #include <HCP_trace.h>
  26. #include <MPC_utils.h>
  27. #include <MPC_xml.h>
  28. #include <MPC_COM.h>
  29. #include <MPC_logging.h>
  30. #include <resource.h>
  31. #include <HCApiLib.h>
  32. #include <HelpHostProxy.h>
  33. #endif // !defined(AFX_STDAFX_H__6877C875_4E31_4E1C_8AC2_024A50599D66__INCLUDED)