Austin English : hal: Add stub for KeGetCurrentIrql.

Alexandre Julliard julliard at winehq.org
Thu Jul 9 10:57:10 CDT 2009


Module: wine
Branch: master
Commit: 4eac19fe946d0ea576861cb1a3d33948b2d95c5b
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=4eac19fe946d0ea576861cb1a3d33948b2d95c5b

Author: Austin English <austinenglish at gmail.com>
Date:   Wed Jul  8 18:57:06 2009 -0500

hal: Add stub for KeGetCurrentIrql.

---

 dlls/hal/hal.c    |    6 ++++++
 dlls/hal/hal.spec |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/dlls/hal/hal.c b/dlls/hal/hal.c
index ed38e6c..e576171 100644
--- a/dlls/hal/hal.c
+++ b/dlls/hal/hal.c
@@ -126,3 +126,9 @@ ULONG WINAPI HalGetBusData(BUS_DATA_TYPE BusDataType, ULONG BusNumber, ULONG Slo
     /* Claim that there is no such bus */
     return 0;
 }
+
+KIRQL WINAPI KeGetCurrentIrql(VOID)
+{
+    FIXME( " stub!\n");
+    return 0;
+}
diff --git a/dlls/hal/hal.spec b/dlls/hal/hal.spec
index 0824e49..f050ed9 100644
--- a/dlls/hal/hal.spec
+++ b/dlls/hal/hal.spec
@@ -70,7 +70,7 @@
 @ stub KdComPortInUse
 @ stub KeAcquireSpinLock
 @ stub KeFlushWriteBuffer
-@ stub KeGetCurrentIrql
+@ stdcall KeGetCurrentIrql()
 @ stub KeLowerIrql
 @ stub KeQueryPerformanceCounter
 @ stub KeRaiseIrql




More information about the wine-cvs mailing list