aboutsummaryrefslogtreecommitdiff
path: root/c/common.h
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-07-31 00:38:17 +0200
committerJohn Ankarström <john@ankarstrom.se>2022-07-31 00:38:47 +0200
commit58d30975f0d46dc7812b7266c3c2c823695503e5 (patch)
tree8eca935e6a2cc920526a09adb8d688a82feaf575 /c/common.h
parent7138a921143c801ef42f4190b2242ccce38ff8a1 (diff)
downloadEpisodeBrowser-58d30975f0d46dc7812b7266c3c2c823695503e5.tar.gz
Simplify exception handling.
Diffstat (limited to 'c/common.h')
-rw-r--r--c/common.h1
1 files changed, 1 insertions, 0 deletions
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
{