|
|
| version 1.3, 2007/01/08 07:52:01 | version 1.5, 2007/07/20 14:39:11 |
|---|---|
| Line 33 | Line 33 |
| #endif | #endif |
| #endif | #endif |
| #define LOADSTRING LoadString | |
| #ifdef __cplusplus | #ifdef __cplusplus |
| extern "C" { | 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); | |
| void unlockstringresource(TCHAR *pszString); | |
| #ifdef __cplusplus | #ifdef __cplusplus |
| } | } |