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.

25 lines
437 B

  1. // stdafx.h : include file for standard system include files,
  2. // or project specific include files that are used frequently,
  3. // but are changed infrequently
  4. #ifndef _STDAFX_H
  5. #define _STDAFX_H
  6. #define STRICT
  7. #ifndef _WIN32_WINNT
  8. #define _WIN32_WINNT 0x0400
  9. #endif
  10. #define _ATL_APARTMENT_THREADED
  11. #include <atlbase.h>
  12. #include <objsafe.h>
  13. extern CComModule _Module;
  14. #undef _MAC
  15. #include <atlcom.h>
  16. #endif // _STDAFX_H