|
|
| version 1.5, 2007/07/20 14:39:11 | version 1.6, 2007/10/26 14:38:34 |
|---|---|
| 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 loadstringresource(HINSTANCE hInstance, UINT uID, | |
| LPTSTR lpBuffer, int nBufferMax); | |
| TCHAR *lockstringresource(HINSTANCE hInstance, LPCTSTR pszString); | TCHAR *lockstringresource(HINSTANCE hInstance, LPCTSTR pszString); |
| void unlockstringresource(TCHAR *pszString); | void unlockstringresource(TCHAR *pszString); |