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.

75 lines
1.5 KiB

  1. /**********************************************************************/
  2. /** Microsoft Windows/NT **/
  3. /** Copyright(c) Microsoft Corporation, 1997 - 1999 **/
  4. /**********************************************************************/
  5. /*
  6. stdafx.h
  7. include file for standard system include files,
  8. or project specific include files that are used frequently,
  9. but are changed infrequently
  10. FILE HISTORY:
  11. */
  12. #include <nt.h>
  13. #include <ntrtl.h>
  14. #include <nturtl.h>
  15. #ifdef ASSERT
  16. #undef ASSERT
  17. #endif
  18. #include <afxwin.h>
  19. #include <afxdisp.h>
  20. #include <afxcmn.h>
  21. #include <afxtempl.h>
  22. #include <afxcview.h>
  23. #include <afxext.h>
  24. #include <afxmt.h>
  25. #include <atlbase.h>
  26. #include <htmlhelp.h>
  27. //You may derive a class from CComModule and use it if you want to override
  28. //something, but do not change the name of _Module
  29. extern CComModule _Module;
  30. #include <atlcom.h>
  31. //#pragma comment(lib, "mmc")
  32. #include <mmc.h>
  33. extern "C"
  34. {
  35. #include "winsock.h" // WinSock definitions
  36. #include "lmerr.h"
  37. // for get user stuff
  38. #include <wtypes.h>
  39. }
  40. #include "resource.h"
  41. // Global defines for IPSecMon snapin
  42. #include "ipsmsnap.h"
  43. // Files from ..\tfscore
  44. #include <dbgutil.h>
  45. #include <std.h>
  46. #include <errutil.h>
  47. #include <register.h>
  48. // Files from ..\common
  49. #include <ccdata.h>
  50. #include <about.h>
  51. #include <dataobj.h>
  52. #include <proppage.h>
  53. #include <ipaddr.hpp>
  54. #include <dialog.h>
  55. #include <objpick.h>
  56. // project specific
  57. #include "ipsmcomp.h"
  58. #include "ipsmhelp.h"