mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
- Fix exception. Spotted by Stefan Ginsberg.
svn path=/trunk/; revision=43366
This commit is contained in:
@@ -492,7 +492,7 @@ GetW32ThreadInfo(VOID)
|
||||
pci->pClientThreadInfo = NULL; // FIXME Need to set it in desktop.c!
|
||||
pci->ppi = ppi;
|
||||
pci->fsHooks = pti->fsHooks;
|
||||
pci->hKL = pti->KeyboardLayout->hkl;
|
||||
if (pti->KeyboardLayout) pci->hKL = pti->KeyboardLayout->hkl;
|
||||
/* CI may not have been initialized. */
|
||||
if (!pci->pDeskInfo && pti->pDeskInfo)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user