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/NewXstatusNotify/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/NewXstatusNotify') diff --git a/plugins/NewXstatusNotify/src/main.cpp b/plugins/NewXstatusNotify/src/main.cpp index 2992e620d2..b9f493172c 100644 --- a/plugins/NewXstatusNotify/src/main.cpp +++ b/plugins/NewXstatusNotify/src/main.cpp @@ -104,7 +104,7 @@ static int __inline CheckStr(char *str, int not_empty, int empty) return not_empty; } -static int __inline CheckStrW(WCHAR *str, int not_empty, int empty) +static int __inline CheckStrW(wchar_t *str, int not_empty, int empty) { if (str == nullptr || str[0] == L'\0') return empty; -- cgit v1.2.3