hal: Fix KfRaiseIrql declaration.

Alexander Morozov amorozov at etersoft.ru
Thu Mar 26 10:00:23 CDT 2009


-------------- next part --------------
From 9c63df491914549b833da49c8ad5e55ba39a96cf Mon Sep 17 00:00:00 2001
From: Alexander Morozov <amorozov at etersoft.ru>
Date: Thu, 26 Mar 2009 16:52:29 +0300
Subject: [PATCH] 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
-- 
1.6.1.3.GIT



More information about the wine-patches mailing list