Paul Gofman : include/ddk: Add prototype for KeQueryActiveProcessors().

Alexandre Julliard julliard at winehq.org
Mon May 25 15:44:22 CDT 2020


Module: wine
Branch: master
Commit: 1a1e2b81d2cc9fceab786f232602b640a84c0d32
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=1a1e2b81d2cc9fceab786f232602b640a84c0d32

Author: Paul Gofman <pgofman at codeweavers.com>
Date:   Fri May 22 20:37:41 2020 +0300

include/ddk: Add prototype for KeQueryActiveProcessors().

Signed-off-by: Paul Gofman <pgofman at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/ddk/wdm.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/ddk/wdm.h b/include/ddk/wdm.h
index 707eca0b32..5b1f19e4f1 100644
--- a/include/ddk/wdm.h
+++ b/include/ddk/wdm.h
@@ -1696,6 +1696,7 @@ void      WINAPI KeInitializeSpinLock(KSPIN_LOCK*);
 void      WINAPI KeInitializeTimerEx(PKTIMER,TIMER_TYPE);
 void      WINAPI KeInitializeTimer(KTIMER*);
 void      WINAPI KeLeaveCriticalRegion(void);
+KAFFINITY WINAPI KeQueryActiveProcessors(void);
 void      WINAPI KeQuerySystemTime(LARGE_INTEGER*);
 void      WINAPI KeQueryTickCount(LARGE_INTEGER*);
 ULONG     WINAPI KeQueryTimeIncrement(void);




More information about the wine-cvs mailing list