From 58d30975f0d46dc7812b7266c3c2c823695503e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Sun, 31 Jul 2022 00:38:17 +0200 Subject: Simplify exception handling. --- c/common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'c/common.h') diff --git a/c/common.h b/c/common.h index 8e850ed..e63095b 100644 --- a/c/common.h +++ b/c/common.h @@ -28,6 +28,7 @@ struct wstring_owner wstring_owner WsoFromSz(const char* sz, int iCp = CP_UTF8); int EBMessageBox(const wchar_t* wszText, const wchar_t* wszCaption, unsigned uType); +wstring_owner WsoCopy(const wchar_t* wsz); struct Win32Error : public std::exception { -- cgit v1.2.3