windows-nt/Source/XPSP1/NT/shell/shell32/bldtrack.h

12 lines
187 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
//
// 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