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

  1. //
  2. // NT5 tracking is compiled into all NT builds, but only runs on
  3. // NT5 by honoring the g_RunOnNT5 bool.
  4. //
  5. #if defined(WINNT)
  6. #define ENABLE_TRACK 1
  7. #define DM_TRACK 0x0100
  8. #endif