mirror of https://github.com/tongzx/nt5src
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
15 lines
348 B
/* This file is copied to winrev.h before compiling 'C' source files... */
|
|
|
|
#define WINDOWS_30 TRUE
|
|
|
|
#define NOMETAFILE
|
|
#define NOSOUND
|
|
#define NOKANJI
|
|
|
|
#ifdef WINDOWS_30
|
|
#define NOLSTRING TRUE /* jtf win3 mod */
|
|
#else
|
|
#define ES_OEMCONVERT 0
|
|
#define SS_NOPREFIX 128L /* 0x80 - don't do "&" character translation */
|
|
#endif
|
|
|