* include/commctrl.h: Use _TEXT() instead of TEXT() throughout.

* 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/w32api.h: New File.
This commit is contained in:
Earnie Boyd
2001-02-15 17:26:22 +00:00
parent b24ee7499c
commit 10216d4395
12 changed files with 745 additions and 729 deletions

View File

@ -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