Module: wine Branch: master Commit: 5df31cc90333813f85eea569b6bbc73c79d896ac URL: http://source.winehq.org/git/wine.git/?a=commit;h=5df31cc90333813f85eea569b6... Author: Alexander Morozov <amorozov(a)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