aboutsummaryrefslogtreecommitdiff
path: root/c/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/common.h')
-rw-r--r--c/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/common.h b/c/common.h
index 9efaf59..3a2d598 100644
--- a/c/common.h
+++ b/c/common.h
@@ -11,7 +11,7 @@
#define WA "A"
#endif
-std::wstring WstrFromSz(const char* sz, int iCp = CP_UTF8);
+std::wstring WsFromSz(const char* sz, int iCp = CP_UTF8);
int EBMessageBox(const wchar_t* wszText, const wchar_t* wszCaption, unsigned uType);
struct Win32Error : public std::exception