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.

15 lines
261 B

  1. #ifndef _PRECOMP_H_
  2. #define _PRECOMP_H_
  3. #define STRICT
  4. #ifndef _WIN32_WINNT
  5. #define _WIN32_WINNT 0x0400
  6. #endif
  7. #define _ATL_APARTMENT_THREADED
  8. // included for debug library
  9. #include "cplusinc.h"
  10. #include "sticomm.h"
  11. #include "coredbg.h"
  12. #endif //_PRECOMP_H_