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/AvatarHistory/src/utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/AvatarHistory/src/utils.cpp') diff --git a/plugins/AvatarHistory/src/utils.cpp b/plugins/AvatarHistory/src/utils.cpp index 280b5acf79..8ee3ad52a5 100644 --- a/plugins/AvatarHistory/src/utils.cpp +++ b/plugins/AvatarHistory/src/utils.cpp @@ -45,7 +45,7 @@ bool ContactEnabled(MCONTACT hContact, char *setting, int def) } // Returns true if the unicode buffer only contains 7-bit characters. -BOOL IsUnicodeAscii(const WCHAR * pBuffer, int nSize) +BOOL IsUnicodeAscii(const wchar_t * pBuffer, int nSize) { for (int nIndex = 0; nIndex < nSize; nIndex++) if (pBuffer[nIndex] > 0x7F) -- cgit v1.2.3