From 1039b2829a264280493ba0fa979214fe024dc70c Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 26 Dec 2021 17:06:04 +0300 Subject: WORD -> uint16_t --- plugins/MirandaG15/src/LCDFramework/CLCDInput.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/MirandaG15/src/LCDFramework/CLCDInput.cpp') diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDInput.cpp b/plugins/MirandaG15/src/LCDFramework/CLCDInput.cpp index c2dfdc04b6..1bf3a53667 100644 --- a/plugins/MirandaG15/src/LCDFramework/CLCDInput.cpp +++ b/plugins/MirandaG15/src/LCDFramework/CLCDInput.cpp @@ -380,7 +380,7 @@ LRESULT CLCDInput::ProcessKeyEvent(int Code, WPARAM wParam, LPARAM lParam) #ifdef _UNICODE res = ToUnicode(key->vkCode, key->scanCode, m_acKeyboardState, output, 4, 0); #else - res = ToAscii(key->vkCode, key->scanCode, m_acKeyboardState, (WORD*)output, 0); + res = ToAscii(key->vkCode, key->scanCode, m_acKeyboardState, (uint16_t*)output, 0); #endif } -- cgit v1.2.3