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.

83 lines
1.3 KiB

  1. /*++
  2. Copyright (c) 1994-1999 Microsoft Corporation
  3. Module Name :
  4. stdafx.h
  5. Abstract:
  6. Precompiled header file
  7. Author:
  8. Just about totally auto-generated.
  9. Project:
  10. Internet Services Manager
  11. Revision History:
  12. --*/
  13. #ifndef __STDAFX_H__
  14. #define __STDAFX_H__
  15. #define VC_EXTRALEAN
  16. #include <ctype.h>
  17. #if _MSC_VER > 1000
  18. #pragma once
  19. #endif // _MSC_VER > 1000
  20. #define STRICT
  21. #ifndef _WIN32_WINNT
  22. #define _WIN32_WINNT 0x0500
  23. #endif
  24. #define _ATL_APARTMENT_THREADED
  25. // for remoteenv.h
  26. #include <nt.h>
  27. #include <ntrtl.h>
  28. #include <nturtl.h>
  29. #undef ASSERT
  30. #include <afxwin.h>
  31. #include <afxdisp.h>
  32. #include <afxext.h> // MFC extensions
  33. #include <afxcoll.h> // collection class
  34. #include <afxtempl.h>
  35. #include <afxcmn.h>
  36. #include <afxdtctl.h>
  37. #include <atlbase.h>
  38. extern CComModule _Module;
  39. #include <atlcom.h>
  40. #include <atlwin.h>
  41. //#include <atlsnap.h>
  42. #include <iiscnfg.h>
  43. #include <inetreg.h>
  44. #include <lmcons.h>
  45. #include <tchar.h>
  46. #include <aclapi.h>
  47. #include <shlwapi.h>
  48. #define _COMIMPORT
  49. #include "common.h"
  50. #include "atlsnap.h"
  51. #include "debugdefs.h"
  52. #include "msgbox.h"
  53. #include "iishelp.h"
  54. //{{AFX_INSERT_LOCATION}}
  55. #endif // __STDAFX_H__