mirror of
https://github.com/reactos/reactos.git
synced 2026-05-17 23:29:19 +08:00
According to ThFabba, NtUserSetThreadLayoutHandles returns zero. CORE-11700
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user