aboutsummaryrefslogtreecommitdiff
path: root/c/win32.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/win32.h')
-rw-r--r--c/win32.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/c/win32.h b/c/win32.h
index c4e57b7..a88e97c 100644
--- a/c/win32.h
+++ b/c/win32.h
@@ -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",