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
348 B

  1. /* This file is copied to winrev.h before compiling 'C' source files... */
  2. #define WINDOWS_30 TRUE
  3. #define NOMETAFILE
  4. #define NOSOUND
  5. #define NOKANJI
  6. #ifdef WINDOWS_30
  7. #define NOLSTRING TRUE /* jtf win3 mod */
  8. #else
  9. #define ES_OEMCONVERT 0
  10. #define SS_NOPREFIX 128L /* 0x80 - don't do "&" character translation */
  11. #endif