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.

54 lines
735 B

  1. #ifndef __STDAFX_H__
  2. #define __STDAFX_H__
  3. #define VC_EXTRALEAN
  4. #include <ctype.h>
  5. extern "C"
  6. {
  7. #include <nt.h>
  8. #include <ntrtl.h>
  9. #include <nturtl.h>
  10. }
  11. #undef STRICT
  12. #undef VERIFY
  13. #undef ASSERT
  14. #if _MSC_VER > 1000
  15. #pragma once
  16. #endif // _MSC_VER > 1000
  17. #define STRICT
  18. #ifndef _WIN32_WINNT
  19. #define _WIN32_WINNT 0x0400
  20. #endif
  21. #define _ATL_APARTMENT_THREADED
  22. #include <afxwin.h>
  23. #include <afxdisp.h>
  24. #include <afxext.h> // MFC extensions
  25. #include <afxcoll.h> // collection class
  26. #include <afxtempl.h>
  27. #include <afxcmn.h>
  28. #include <atlbase.h>
  29. #include <iiscnfg.h>
  30. #include <inetreg.h>
  31. #include <lmcons.h>
  32. #include <tchar.h>
  33. #include <aclapi.h>
  34. //{{AFX_INSERT_LOCATION}}
  35. #endif // __STDAFX_H__