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.

39 lines
915 B

  1. // stdafx.h : include file for standard system include files,
  2. // or project specific include files that are used frequently,
  3. // but are changed infrequently
  4. #if !defined(AFX_STDAFX_H__A479F957_CC9E_11D0_A220_000000000000__INCLUDED_)
  5. #define AFX_STDAFX_H__A479F957_CC9E_11D0_A220_000000000000__INCLUDED_
  6. #include <module.h>
  7. #include <atlcom.h>
  8. #include <atlctl.h>
  9. #include <comdef.h>
  10. #include <wininet.h>
  11. #include <HCP_trace.h>
  12. #include <MPC_utils.h>
  13. #include <MPC_logging.h>
  14. #include <MPC_COM.h>
  15. //
  16. // From HelpServiceTypeLib.idl
  17. //
  18. #include <HelpServiceTypeLib.h>
  19. //
  20. // From HelpCenterTypeLib.idl
  21. //
  22. #include <HelpCenterTypeLib.h>
  23. #include <NameSpace_Impl.h>
  24. #include <resource.h>
  25. //{{AFX_INSERT_LOCATION}}
  26. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  27. #endif // !defined(AFX_STDAFX_H__A479F957_CC9E_11D0_A220_000000000000__INCLUDED)