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.

67 lines
1.5 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. //#define _DEBUG
  16. //#define ATL_TRACE_LEVEL 100
  17. ////#define _ATL_DEBUG_INTERFACES
  18. //#define _ATL_DEBUG_QI
  19. #include <module.h>
  20. //
  21. // From HelpServiceTypeLib.idl
  22. //
  23. #include <HelpServiceTypeLib.h>
  24. //
  25. // From HelpCenterTypeLib.idl
  26. //
  27. #include <HelpCenterTypeLib.h>
  28. //////
  29. #include <HCP_trace.h>
  30. #include <MPC_utils.h>
  31. #include <MPC_xml.h>
  32. #include <MPC_html.h>
  33. #include <MPC_COM.h>
  34. #include <Debug.h>
  35. //////
  36. #include <HelpCenter.h>
  37. #include <HelpCenterExternal.h>
  38. #include <NameSpace_Impl.h>
  39. #include <ConnectivityLib.h>
  40. #include <HyperLinksLib.h>
  41. /////////////////////////////////////////////////////////////////////////////
  42. //{{AFX_INSERT_LOCATION}}
  43. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  44. #endif // !defined(AFX_STDAFX_H__356DF1F8_D4FF_11D2_9379_00C04F72DAF7__INCLUDED)