mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
- Move KeQueryRuntimeThread declaration to winddk.h (spotted by Stefan Ginsberg).
svn path=/trunk/; revision=37935
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user