20 lines
162 B
C
20 lines
162 B
C
#if DBG
|
|
#define DAYTONA 1
|
|
|
|
#define DEBUG 1
|
|
|
|
#define NTWINDOWS 1
|
|
|
|
|
|
#else
|
|
|
|
#define DAYTONA 1
|
|
|
|
#define RETAIL 1
|
|
|
|
#define NTWINDOWS 1
|
|
|
|
#endif
|
|
|
|
#include <basetsd.h>
|