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.

19 lines
162 B

  1. #if DBG
  2. #define DAYTONA 1
  3. #define DEBUG 1
  4. #define NTWINDOWS 1
  5. #else
  6. #define DAYTONA 1
  7. #define RETAIL 1
  8. #define NTWINDOWS 1
  9. #endif
  10. #include <basetsd.h>