* 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:
Earnie Boyd
2001-02-21 19:31:54 +00:00
parent 0917ed5950
commit ea9bdf67b8
13 changed files with 780 additions and 764 deletions

View File

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