- Move KeQueryRuntimeThread declaration to winddk.h (spotted by Stefan Ginsberg).

svn path=/trunk/; revision=37935
This commit is contained in:
Aleksey Bragin 2008-12-08 13:13:36 +00:00
parent 7b11a5fcdb
commit 68eb71cda7
2 changed files with 7 additions and 5 deletions

View file

@ -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

View file

@ -721,11 +721,6 @@ NTAPI
KeQueryRuntimeProcess(IN PKPROCESS Process,
OUT PULONG UserTime);
ULONG
NTAPI
KeQueryRuntimeThread(IN PKTHREAD Thread,
OUT PULONG UserTime);
/* INITIALIZATION FUNCTIONS *************************************************/
BOOLEAN