From b966497200b47ca5efb3a5853891ea4590927371 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Tue, 26 Jul 2022 19:41:11 +0200 Subject: Use 's' instead of 'str' for as prefix for managed strings. --- c/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/common.h') 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 -- cgit v1.2.3