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.

48 lines
950 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__SAFINTERCOMCLIENT)
  5. #define AFX_STDAFX_H__SAFINTERCOMCLIENT
  6. #include <module.h>
  7. //
  8. // From HelpServiceTypeLib.idl
  9. //
  10. #include <HelpServiceTypeLib.h>
  11. //
  12. // From HelpCenterTypeLib.idl
  13. //
  14. #include <HelpCenterTypeLib.h>
  15. //////
  16. #include <HCP_trace.h>
  17. #include <MPC_utils.h>
  18. #include <MPC_xml.h>
  19. #include <MPC_COM.h>
  20. #include <userenv.h>
  21. //JP://#include <Debug.h>
  22. //////
  23. #include <HelpCenter.h>
  24. #include <HelpCenterExternal.h>
  25. // To define GUIDS
  26. #include <initguid.h>
  27. #include <SAFIntercomClient.h>
  28. //#include <atlcom.h>
  29. //{{AFX_INSERT_LOCATION}}
  30. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  31. #endif // !defined(AFX_STDAFX_H__SAFINTERCOMCLIENT)