mirror of
https://github.com/reactos/reactos.git
synced 2025-07-13 10:24:16 +00: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:
parent
43108ba763
commit
1d106717bf
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue