diff options
author | John Ankarström <john@ankarstrom.se> | 2022-07-31 00:38:17 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2022-07-31 00:38:47 +0200 |
commit | 58d30975f0d46dc7812b7266c3c2c823695503e5 (patch) | |
tree | 8eca935e6a2cc920526a09adb8d688a82feaf575 /c/common.h | |
parent | 7138a921143c801ef42f4190b2242ccce38ff8a1 (diff) | |
download | EpisodeBrowser-58d30975f0d46dc7812b7266c3c2c823695503e5.tar.gz |
Simplify exception handling.
Diffstat (limited to 'c/common.h')
-rw-r--r-- | c/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 { |