From 6fd66a9264731bd7ee6d7602675965021d929a4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Wed, 24 Aug 2022 15:17:08 +0200 Subject: Remove Prolog dependency. The only thing left to reimplement is the tracking of watched episodes in MPC-HC. --- c/win.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'c/win.h') diff --git a/c/win.h b/c/win.h index 834aaec..8329f68 100644 --- a/c/win.h +++ b/c/win.h @@ -6,6 +6,9 @@ #include #include +/* 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)); -- cgit v1.2.3