mirror of
https://github.com/reactos/reactos.git
synced 2024-12-14 06:33:30 +08:00
According to ThFabba, NtUserSetThreadLayoutHandles returns zero. CORE-11700
This commit is contained in:
parent
ea1353e4be
commit
48827cf6c5
@ -3313,7 +3313,7 @@ NtUserSetSystemTimer(
|
||||
UINT uElapse,
|
||||
TIMERPROC lpTimerFunc);
|
||||
|
||||
VOID
|
||||
DWORD
|
||||
NTAPI
|
||||
NtUserSetThreadLayoutHandles(HKL hNewKL, HKL hOldKL);
|
||||
|
||||
|
@ -1023,7 +1023,7 @@ Quit:
|
||||
return Status;
|
||||
}
|
||||
|
||||
VOID
|
||||
DWORD
|
||||
APIENTRY
|
||||
NtUserSetThreadLayoutHandles(HKL hNewKL, HKL hOldKL)
|
||||
{
|
||||
@ -1048,6 +1048,7 @@ NtUserSetThreadLayoutHandles(HKL hNewKL, HKL hOldKL)
|
||||
|
||||
Quit:
|
||||
UserLeave();
|
||||
return 0;
|
||||
}
|
||||
|
||||
BOOL
|
||||
|
Loading…
Reference in New Issue
Block a user