mirror of
https://github.com/reactos/reactos.git
synced 2026-05-27 03:10:56 +08:00
[USER32] Fix build against 0aa9d9f (uninitalized variable hKey)
2022-08-28T00:37:16.2978407Z d:\a\reactos\reactos\src\win32ss\user\user32\windows\input.c(671) : error C4700: uninitialized local variable 'hKey' used CORE-18338
This commit is contained in:
@@ -657,7 +657,6 @@ IntLoadKeyboardLayout(
|
||||
UNICODE_STRING ustrKLID;
|
||||
WCHAR wszRegKey[256] = L"SYSTEM\\CurrentControlSet\\Control\\Keyboard Layouts\\";
|
||||
WCHAR wszLayoutId[10], wszNewKLID[10], szImeFileName[80];
|
||||
HKEY hKey;
|
||||
HKL hNewKL;
|
||||
BOOL bIsIME;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user