mirror of https://github.com/tongzx/nt5src
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
9 lines
221 B
#ifndef __ADSRC_H__
|
|
#define __ADSRC_H__
|
|
|
|
#define ADS_WINNT_BUILTIN 600000
|
|
#define ADS_WINNT_NT_AUTHORITY 600001
|
|
#define ADS_WINNT_NONE 600002
|
|
#define ADS_WINNT_EVERYONE 600003
|
|
|
|
#endif
|