mirror of
https://github.com/reactos/reactos.git
synced 2025-06-22 16:30:16 +00:00
[NTUSER] Implement NtUserSetThreadLayoutHandles (#4277)
- Modify NtUserSetThreadLayoutHandles prototype. - Implement NtUserSetThreadLayoutHandles function. CORE-11700
This commit is contained in:
parent
28959a2dfd
commit
ea1353e4be
2 changed files with 23 additions and 4 deletions
|
@ -3313,7 +3313,7 @@ NtUserSetSystemTimer(
|
|||
UINT uElapse,
|
||||
TIMERPROC lpTimerFunc);
|
||||
|
||||
DWORD
|
||||
VOID
|
||||
NTAPI
|
||||
NtUserSetThreadLayoutHandles(HKL hNewKL, HKL hOldKL);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue