mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
parent
21feb529fe
commit
7523bf84a5
1 changed files with 1 additions and 1 deletions
|
@ -382,7 +382,7 @@ VOID APIENTRY CliGetPreloadKeyboardLayouts(PBYTE pbFlags)
|
|||
|
||||
for (iNumber = 1; iNumber < 1000; ++iNumber)
|
||||
{
|
||||
RtlIntegerToUnicode(iNumber, 10, sizeof(szValueName), szValueName);
|
||||
StringCchPrintfW(szValueName, _countof(szValueName), L"%u", iNumber);
|
||||
|
||||
cbValue = sizeof(szValue);
|
||||
error = RegQueryValueExW(hKey, szValueName, NULL, &dwType, (LPBYTE)szValue, &cbValue);
|
||||
|
|
Loading…
Reference in a new issue