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.
11 lines
198 B
11 lines
198 B
//
|
|
// NT5 tracking is compiled into all NT builds, but only runs on
|
|
// NT5 by honoring the g_RunOnNT5 bool.
|
|
//
|
|
|
|
#if defined(WINNT)
|
|
|
|
#define ENABLE_TRACK 1
|
|
#define DM_TRACK 0x0100
|
|
|
|
#endif
|