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.1 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. #include <afxwin.h>
  26. #include <afxdisp.h>
  27. #include <afxext.h> // MFC extensions
  28. #include <afxcoll.h> // collection class
  29. #include <afxtempl.h>
  30. #include <afxcmn.h>
  31. #include <afxdtctl.h>
  32. #include <atlbase.h>
  33. extern CComModule _Module;
  34. #include <atlcom.h>
  35. #include <atlwin.h>
  36. //#include <atlsnap.h>
  37. #include <iiscnfg.h>
  38. #include <inetreg.h>
  39. #include <lmcons.h>
  40. #include <tchar.h>
  41. #include <aclapi.h>
  42. #include <shlwapi.h>
  43. #define _COMIMPORT
  44. #include "common.h"
  45. #include "atlsnap.h"
  46. //{{AFX_INSERT_LOCATION}}
  47. #endif // __STDAFX_H__