mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
- Move KeQueryRuntimeThread declaration to winddk.h (spotted by Stefan Ginsberg).
svn path=/trunk/; revision=37935
This commit is contained in:
parent
7b11a5fcdb
commit
68eb71cda7
2 changed files with 7 additions and 5 deletions
|
@ -9874,6 +9874,13 @@ NTAPI
|
|||
KeQueryPriorityThread(
|
||||
IN PRKTHREAD Thread);
|
||||
|
||||
NTKERNELAPI
|
||||
ULONG
|
||||
NTAPI
|
||||
KeQueryRuntimeThread(
|
||||
IN PKTHREAD Thread,
|
||||
OUT PULONG UserTime);
|
||||
|
||||
#if !defined(_M_AMD64)
|
||||
NTKERNELAPI
|
||||
ULONGLONG
|
||||
|
|
|
@ -721,11 +721,6 @@ NTAPI
|
|||
KeQueryRuntimeProcess(IN PKPROCESS Process,
|
||||
OUT PULONG UserTime);
|
||||
|
||||
ULONG
|
||||
NTAPI
|
||||
KeQueryRuntimeThread(IN PKTHREAD Thread,
|
||||
OUT PULONG UserTime);
|
||||
|
||||
/* INITIALIZATION FUNCTIONS *************************************************/
|
||||
|
||||
BOOLEAN
|
||||
|
|
Loading…
Reference in a new issue