[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:
Katayama Hirofumi MZ 2022-08-28 16:06:21 +09:00
parent 43108ba763
commit 1d106717bf

View file

@ -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;