diff options
Diffstat (limited to 'c/common.h')
-rw-r--r-- | c/common.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -12,7 +12,6 @@ #endif int EBMessageBox(const TCHAR* tszText, const TCHAR* tszCaption, unsigned uType); -int EBMessageBoxA(const char* szText, const char* szCaption, unsigned uType); struct Win32Error : public std::exception { |