* 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:
@ -4,7 +4,7 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
#include <lmsname.h>
|
||||
#define SERVICE_DOS_ENCRYPTION TEXT("ENCRYPT")
|
||||
#define SERVICE_DOS_ENCRYPTION _TEXT("ENCRYPT")
|
||||
#define SERVICE_UNINSTALLED 0
|
||||
#define SERVICE_INSTALL_PENDING 1
|
||||
#define SERVICE_UNINSTALL_PENDING 2
|
||||
|
Reference in New Issue
Block a user