* 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.
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
#ifndef _LMCONS_H
|
||||
#define _LMCONS_H
|
||||
#define MESSAGE_FILENAME _TEXT("NETMSG")
|
||||
#define OS2MSG_FILENAME _TEXT("BASE")
|
||||
#define HELP_MSG_FILENAME _TEXT("NETH")
|
||||
#define MESSAGE_FILENAME TEXT("NETMSG")
|
||||
#define OS2MSG_FILENAME TEXT("BASE")
|
||||
#define HELP_MSG_FILENAME TEXT("NETH")
|
||||
#define NET_API_FUNCTION __stdcall
|
||||
#define NET_API_STATUS DWORD
|
||||
#define API_RET_TYPE NET_API_STATUS
|
||||
|
Reference in New Issue
Block a user