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.
18 lines
207 B
18 lines
207 B
/* configuration for local MSDOS */
|
|
|
|
#ifndef MSDOS
|
|
#define MSDOS 1
|
|
#endif
|
|
|
|
#ifndef MSC
|
|
#define MSC 1
|
|
#endif
|
|
|
|
#ifndef LARGE
|
|
#define LARGE 1
|
|
#endif
|
|
|
|
|
|
// #ifndef DEBUG
|
|
// #define DEBUG 0
|
|
// #endif
|