mirror of
https://github.com/reactos/reactos.git
synced 2025-04-03 20:21:17 +00:00
[NTUSER] Implement THREADSTATE_CHECKCONIME (#5272)
- Add THREADSTATE_CHECKCONIME handling in NtUserGetThreadState function. CORE-11700
This commit is contained in:
parent
3eb6cca9bd
commit
d8946e20cb
1 changed files with 1 additions and 1 deletions
|
@ -336,7 +336,7 @@ NtUserGetThreadState(
|
|||
ret = (gpidLogon == PsGetCurrentProcessId());
|
||||
break;
|
||||
case THREADSTATE_CHECKCONIME:
|
||||
/* FIXME */
|
||||
ret = (IntTID2PTI(UlongToHandle(pti->rpdesk->dwConsoleThreadId)) == pti);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue