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.
 
 
 
 
 
 

11 lines
187 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