--- np2/win9x/win32sub.h 2007/07/20 14:39:11 1.5 +++ np2/win9x/win32sub.h 2007/12/28 20:36:40 1.7 @@ -40,8 +40,9 @@ extern "C" { #endif void __msgbox(const char *title, const char *msg); -TCHAR *lockstringresource(HINSTANCE hInstance, LPCTSTR pszString); -void unlockstringresource(TCHAR *pszString); +int loadstringresource(UINT uID, LPTSTR lpszBuffer, int nBufferMax); +LPTSTR lockstringresource(LPCTSTR lpcszString); +void unlockstringresource(LPTSTR lpszString); #ifdef __cplusplus }