mirror of
https://github.com/reactos/reactos.git
synced 2025-05-07 02:41:22 +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(
|
KeQueryPriorityThread(
|
||||||
IN PRKTHREAD Thread);
|
IN PRKTHREAD Thread);
|
||||||
|
|
||||||
|
NTKERNELAPI
|
||||||
|
ULONG
|
||||||
|
NTAPI
|
||||||
|
KeQueryRuntimeThread(
|
||||||
|
IN PKTHREAD Thread,
|
||||||
|
OUT PULONG UserTime);
|
||||||
|
|
||||||
#if !defined(_M_AMD64)
|
#if !defined(_M_AMD64)
|
||||||
NTKERNELAPI
|
NTKERNELAPI
|
||||||
ULONGLONG
|
ULONGLONG
|
||||||
|
|
|
@ -721,11 +721,6 @@ NTAPI
|
||||||
KeQueryRuntimeProcess(IN PKPROCESS Process,
|
KeQueryRuntimeProcess(IN PKPROCESS Process,
|
||||||
OUT PULONG UserTime);
|
OUT PULONG UserTime);
|
||||||
|
|
||||||
ULONG
|
|
||||||
NTAPI
|
|
||||||
KeQueryRuntimeThread(IN PKTHREAD Thread,
|
|
||||||
OUT PULONG UserTime);
|
|
||||||
|
|
||||||
/* INITIALIZATION FUNCTIONS *************************************************/
|
/* INITIALIZATION FUNCTIONS *************************************************/
|
||||||
|
|
||||||
BOOLEAN
|
BOOLEAN
|
||||||
|
|
Loading…
Reference in a new issue