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