mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[client,sdl] fix windows type mismatch
This commit is contained in:
@@ -663,7 +663,7 @@ BOOL sdlInput::initialize()
|
||||
|
||||
if (freerdp_settings_get_uint32(settings, FreeRDP_KeyboardLayout) == 0)
|
||||
{
|
||||
uint32_t KeyboardLayout = 0;
|
||||
DWORD KeyboardLayout = 0;
|
||||
|
||||
freerdp_detect_keyboard_layout_from_system_locale(&KeyboardLayout);
|
||||
if (KeyboardLayout == 0)
|
||||
|
||||
Reference in New Issue
Block a user