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.

9 lines
221 B

  1. #ifndef __ADSRC_H__
  2. #define __ADSRC_H__
  3. #define ADS_WINNT_BUILTIN 600000
  4. #define ADS_WINNT_NT_AUTHORITY 600001
  5. #define ADS_WINNT_NONE 600002
  6. #define ADS_WINNT_EVERYONE 600003
  7. #endif