--- np2/win9x/win32sub.h 2007/01/08 07:52:01 1.3 +++ np2/win9x/win32sub.h 2007/10/26 14:38:34 1.6 @@ -33,11 +33,17 @@ #endif #endif +#define LOADSTRING LoadString + #ifdef __cplusplus extern "C" { #endif void __msgbox(const char *title, const char *msg); +int loadstringresource(HINSTANCE hInstance, UINT uID, + LPTSTR lpBuffer, int nBufferMax); +TCHAR *lockstringresource(HINSTANCE hInstance, LPCTSTR pszString); +void unlockstringresource(TCHAR *pszString); #ifdef __cplusplus }