windows-nt/Source/XPSP1/NT/shell/shell32/bldtrack.h
2020-09-26 16:20:57 +08:00

12 lines
187 B
C

//
// 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