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.

79 lines
1.7 KiB

  1. /**********************************************************************/
  2. /** Microsoft Windows/NT **/
  3. /** Copyright(c) Microsoft Corporation, 1997 - 2002 **/
  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. #include <shfusion.h>
  28. #include <winldap.h>
  29. #include <userenv.h>
  30. //You may derive a class from CComModule and use it if you want to override
  31. //something, but do not change the name of _Module
  32. extern CComModule _Module;
  33. #include <atlcom.h>
  34. //#pragma comment(lib, "mmc")
  35. #include <mmc.h>
  36. extern "C"
  37. {
  38. #include "winsock.h" // WinSock definitions
  39. #include "lmerr.h"
  40. // for get user stuff
  41. #include <wtypes.h>
  42. #include <Iphlpapi.h>
  43. }
  44. #include "resource.h"
  45. // Global defines for IPSecMon snapin
  46. #include "ipsmsnap.h"
  47. // Files from ..\tfscore
  48. #include <dbgutil.h>
  49. #include <std.h>
  50. #include <errutil.h>
  51. #include <register.h>
  52. // Files from ..\common
  53. #include <ccdata.h>
  54. #include <about.h>
  55. #include <dataobj.h>
  56. #include <proppage.h>
  57. #include <ipaddr.hpp>
  58. #include <dialog.h>
  59. #include <objpick.h>
  60. // project specific
  61. #include "ipsmcomp.h"
  62. #include "ipsmhelp.h"