Alistair Leslie-Hughes : include: Add more definitions to wdm.h.

Alexandre Julliard julliard at winehq.org
Wed May 30 15:30:50 CDT 2018


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

Author: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
Date:   Wed May 30 04:15:47 2018 +0000

include: Add more definitions to wdm.h.

Signed-off-by: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

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

diff --git a/include/ddk/wdm.h b/include/ddk/wdm.h
index d6b808f..5abe18b 100644
--- a/include/ddk/wdm.h
+++ b/include/ddk/wdm.h
@@ -1408,9 +1408,12 @@ void      WINAPI IoReleaseCancelSpinLock(KIRQL);
 NTSTATUS  WINAPI IoWMIRegistrationControl(PDEVICE_OBJECT,ULONG);
 
 PKTHREAD  WINAPI KeGetCurrentThread(void);
+void      WINAPI KeInitializeSemaphore(PRKSEMAPHORE,LONG,LONG);
+void      WINAPI KeInitializeTimerEx(PKTIMER,TIMER_TYPE);
 void      WINAPI KeQuerySystemTime(LARGE_INTEGER*);
 void      WINAPI KeQueryTickCount(LARGE_INTEGER*);
 ULONG     WINAPI KeQueryTimeIncrement(void);
+LONG      WINAPI KeReleaseMutex(PRKMUTEX,BOOLEAN);
 LONG      WINAPI KeReleaseSemaphore(PRKSEMAPHORE,KPRIORITY,LONG,BOOLEAN);
 LONG      WINAPI KeResetEvent(PRKEVENT);
 LONG      WINAPI KeSetEvent(PRKEVENT,KPRIORITY,BOOLEAN);




More information about the wine-cvs mailing list