Return type KIRQL fixed to allow compilation.
authorEmanuele Aliberti <ea@iol.it>
Fri, 9 Jun 2000 22:22:32 +0000 (22:22 +0000)
committerEmanuele Aliberti <ea@iol.it>
Fri, 9 Jun 2000 22:22:32 +0000 (22:22 +0000)
svn path=/trunk/; revision=1179

reactos/ntoskrnl/hal/x86/spinlock.c

index 8fbe639..38c999f 100644 (file)
@@ -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