--- np2/win9x/win32sub.h 2007/01/10 14:43:36 1.4 +++ np2/win9x/win32sub.h 2007/07/20 14:39:11 1.5 @@ -40,8 +40,8 @@ extern "C" { #endif void __msgbox(const char *title, const char *msg); -int loadstring2(HINSTANCE hInstance, UINT uID, - LPTSTR lpBuffer, int nBufferMax); +TCHAR *lockstringresource(HINSTANCE hInstance, LPCTSTR pszString); +void unlockstringresource(TCHAR *pszString); #ifdef __cplusplus }