|
|
| version 1.4, 2007/01/10 14:43:36 | version 1.5, 2007/07/20 14:39:11 |
|---|---|
| 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); |
| int loadstring2(HINSTANCE hInstance, UINT uID, | TCHAR *lockstringresource(HINSTANCE hInstance, LPCTSTR pszString); |
| LPTSTR lpBuffer, int nBufferMax); | void unlockstringresource(TCHAR *pszString); |
| #ifdef __cplusplus | #ifdef __cplusplus |
| } | } |