mirror of https://github.com/lianthony/NT4.0
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.
10 lines
354 B
10 lines
354 B
|
|
// Strings used by ACLCONV.
|
|
//
|
|
#define IDS_ACLCONV_LANMAN_ADMIN_NAME 1
|
|
#define IDS_ACLCONV_LANMAN_ADMINS_NAME 2
|
|
#define IDS_ACLCONV_NT_ADMIN_NAME 3
|
|
#define IDS_ACLCONV_NT_ADMINS_NAME 4
|
|
#define IDS_ACLCONV_PAGEFILE_NAME 5
|
|
#define IDS_ACLCONV_LANMAN_USERS_NAME 6
|
|
#define IDS_ACLCONV_LANMAN_GUESTS_NAME 7
|