From: Emanuele Aliberti Date: Fri, 9 Jun 2000 22:22:32 +0000 (+0000) Subject: Return type KIRQL fixed to allow compilation. X-Git-Tag: backups/prep0016@12448~92 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=65a13ef159b79a02778257f15bee87b2eb5d3d55;hp=3cd7d0dcd3923891695fda4ddccfff340cc6dd47 Return type KIRQL fixed to allow compilation. svn path=/trunk/; revision=1179 --- diff --git a/reactos/ntoskrnl/hal/x86/spinlock.c b/reactos/ntoskrnl/hal/x86/spinlock.c index 8fbe639d9f2..38c999fbdb0 100644 --- a/reactos/ntoskrnl/hal/x86/spinlock.c +++ b/reactos/ntoskrnl/hal/x86/spinlock.c @@ -1,4 +1,4 @@ -/* $Id: spinlock.c,v 1.10 2000/06/09 20:05:00 ekohl Exp $ +/* $Id: spinlock.c,v 1.11 2000/06/09 22:22:32 ea Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -40,7 +40,7 @@ KeAcquireSpinLock ( KeAcquireSpinLockAtDpcLevel(SpinLock); } -VOID +KIRQL FASTCALL KeAcquireSpinLockRaiseToSynch ( PKSPIN_LOCK SpinLock