Windows2000/private/shell/shell32/bldtrack.h
2020-09-30 17:12:32 +02:00

12 lines
183 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