--- np2/win9x/win32sub.h 2007/01/08 07:52:01 1.3 +++ np2/win9x/win32sub.h 2007/12/28 20:36:40 1.7 @@ -33,11 +33,16 @@ #endif #endif +#define LOADSTRING LoadString + #ifdef __cplusplus extern "C" { #endif void __msgbox(const char *title, const char *msg); +int loadstringresource(UINT uID, LPTSTR lpszBuffer, int nBufferMax); +LPTSTR lockstringresource(LPCTSTR lpcszString); +void unlockstringresource(LPTSTR lpszString); #ifdef __cplusplus }