diff options
author | Earnie Boyd <earnie@users.sf.net> | 2001-02-21 19:31:54 +0000 |
---|---|---|
committer | Earnie Boyd <earnie@users.sf.net> | 2001-02-21 19:31:54 +0000 |
commit | ea9bdf67b8bb3bb776051fcb7bc305aa5d3d91b7 (patch) | |
tree | bb5f04db0ef20e61a7eacbbcae7579dd9faa87f6 /winsup/w32api/include/ntsecapi.h | |
parent | 0917ed59507064946923a74fafc08fce173cdccd (diff) | |
download | newlib-ea9bdf67b8bb3bb776051fcb7bc305aa5d3d91b7.zip newlib-ea9bdf67b8bb3bb776051fcb7bc305aa5d3d91b7.tar.gz newlib-ea9bdf67b8bb3bb776051fcb7bc305aa5d3d91b7.tar.bz2 |
* include/commctrl.h: Revert TEXT change.
* include/lmalert.h: Ditto.
* include/lmcons.h: Ditto.
* include/lmsname.h: Ditto.
* include/lmsvc.h: Ditto.
* include/ntsecapi.h: Ditto.
* include/oledlg.h: Ditto.
* include/ras.h: Ditto.
* include/regstr.h: Ditto.
* include/richedit.h: Ditto.
* include/wininet.h: Ditto.
* include/winnt.h: Ditto.
Diffstat (limited to 'winsup/w32api/include/ntsecapi.h')
-rw-r--r-- | winsup/w32api/include/ntsecapi.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/winsup/w32api/include/ntsecapi.h b/winsup/w32api/include/ntsecapi.h index 8ce4345..0531f47 100644 --- a/winsup/w32api/include/ntsecapi.h +++ b/winsup/w32api/include/ntsecapi.h @@ -96,10 +96,10 @@ extern "C" { #define SAM_PASSWORD_CHANGE_NOTIFY_ROUTINE "PasswordChangeNotify" #define SAM_INIT_NOTIFICATION_ROUTINE "InitializeChangeNotify" #define SAM_PASSWORD_FILTER_ROUTINE "PasswordFilter" -#define SE_INTERACTIVE_LOGON_NAME _TEXT("SeInteractiveLogonRight") -#define SE_NETWORK_LOGON_NAME _TEXT("SeNetworkLogonRight") -#define SE_BATCH_LOGON_NAME _TEXT("SeBatchLogonRight") -#define SE_SERVICE_LOGON_NAME _TEXT("SeServiceLogonRight") +#define SE_INTERACTIVE_LOGON_NAME TEXT("SeInteractiveLogonRight") +#define SE_NETWORK_LOGON_NAME TEXT("SeNetworkLogonRight") +#define SE_BATCH_LOGON_NAME TEXT("SeBatchLogonRight") +#define SE_SERVICE_LOGON_NAME TEXT("SeServiceLogonRight") #define TRUST_ATTRIBUTE_NON_TRANSITIVE 1 #define TRUST_ATTRIBUTE_UPLEVEL_ONLY 2 #define TRUST_ATTRIBUTE_TREE_PARENT 4194304 |