diff options
Diffstat (limited to 'c/win32.h')
-rw-r--r-- | c/win32.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -15,6 +15,9 @@ void WithNextWindow(void (*proc)(HWND)); /* Display message box centered in main window. */ int EBMessageBox(std::wstring_view text, std::wstring_view data, UINT uType); +/* Specify current action (used by ShowException). */ +void Act(const wchar_t* action); + /* Show message box for current exception. */ void ShowException( const wchar_t* fmt = L"An error occurred: %s", |