From d7e53c4d5a748d5ef8c934e90dc59ff23c667420 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 26 Dec 2021 15:13:30 +0300 Subject: WCHAR -> wchar_t --- plugins/MirandaG15/src/LCDFramework/misc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/MirandaG15/src/LCDFramework/misc.h') diff --git a/plugins/MirandaG15/src/LCDFramework/misc.h b/plugins/MirandaG15/src/LCDFramework/misc.h index 3707ef3a34..3949b72567 100644 --- a/plugins/MirandaG15/src/LCDFramework/misc.h +++ b/plugins/MirandaG15/src/LCDFramework/misc.h @@ -57,8 +57,8 @@ inline std::string toNarrowString( const std::string& str ) extern tstring Utf8_Decode(const char *str); -// extern WCHAR *Utf8_Decode(const char *str); - extern string Utf8_Encode(const WCHAR *str); +// extern wchar_t *Utf8_Decode(const char *str); + extern string Utf8_Encode(const wchar_t *str); #else #define tstring string inline wchar_t toTchar( char ch ) -- cgit v1.2.3