Alexander Morozov : hal: Fix KfRaiseIrql declaration.

Alexandre Julliard julliard at winehq.org
Thu Mar 26 11:05:48 CDT 2009


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

Author: Alexander Morozov <amorozov at etersoft.ru>
Date:   Thu Mar 26 16:52:29 2009 +0300

hal: Fix KfRaiseIrql declaration.

---

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

diff --git a/dlls/hal/hal.spec b/dlls/hal/hal.spec
index 83eedea..0824e49 100644
--- a/dlls/hal/hal.spec
+++ b/dlls/hal/hal.spec
@@ -15,7 +15,7 @@
 @ stub KeTryToAcquireQueuedSpinLockRaiseToSynch
 @ stdcall -norelay KfAcquireSpinLock(ptr)
 @ stdcall -norelay KfLowerIrql(long)
-@ stdcall -norelay KfRaiseIrql()
+@ stdcall -norelay KfRaiseIrql(long)
 @ stdcall -norelay KfReleaseSpinLock(ptr long)
 @ stub HalAcquireDisplayOwnership
 @ stub HalAdjustResourceList




More information about the wine-cvs mailing list