diff options
Diffstat (limited to 'c/win.h')
-rw-r--r-- | c/win.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -6,6 +6,9 @@ #include <windows.h> #include <commctrl.h> +/* Convert narrow to wide string. */ +std::wstring WideFromNarrow(const std::string_view src, const int cp = CP_UTF8); + /* Run given procedure at creation of next window. */ void WithNextWindow(void (*proc)(HWND)); |