mirror of
https://github.com/reactos/reactos.git
synced 2026-06-05 03:02:59 +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;
|
UNICODE_STRING ustrKLID;
|
||||||
WCHAR wszRegKey[256] = L"SYSTEM\\CurrentControlSet\\Control\\Keyboard Layouts\\";
|
WCHAR wszRegKey[256] = L"SYSTEM\\CurrentControlSet\\Control\\Keyboard Layouts\\";
|
||||||
WCHAR wszLayoutId[10], wszNewKLID[10], szImeFileName[80];
|
WCHAR wszLayoutId[10], wszNewKLID[10], szImeFileName[80];
|
||||||
HKEY hKey;
|
|
||||||
HKL hNewKL;
|
HKL hNewKL;
|
||||||
BOOL bIsIME;
|
BOOL bIsIME;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user