From 5df31cc90333813f85eea569b6bbc73c79d896ac Mon Sep 17 00:00:00 2001 From: Alexander Morozov Date: Thu, 26 Mar 2009 16:52:29 +0300 Subject: [PATCH] hal: Fix KfRaiseIrql declaration. --- dlls/hal/hal.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/hal/hal.spec b/dlls/hal/hal.spec index 83eedea2b6e..0824e49ec0b 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 -- 2.11.4.GIT