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.

18 lines
207 B

  1. /* configuration for local MSDOS */
  2. #ifndef MSDOS
  3. #define MSDOS 1
  4. #endif
  5. #ifndef MSC
  6. #define MSC 1
  7. #endif
  8. #ifndef LARGE
  9. #define LARGE 1
  10. #endif
  11. // #ifndef DEBUG
  12. // #define DEBUG 0
  13. // #endif