aboutsummaryrefslogtreecommitdiff
path: root/c/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/common.h')
-rw-r--r--c/common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/c/common.h b/c/common.h
index a4f1fd4..9d14b1d 100644
--- a/c/common.h
+++ b/c/common.h
@@ -11,6 +11,9 @@
#define WA "A"
#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
{
Win32Error(DWORD dwErr);