Fix an incorrect HalBeginSystemInterrupt() prototype

svn path=/trunk/; revision=22080
This commit is contained in:
Aleksey Bragin
2006-05-27 15:38:37 +00:00
parent d17fff2969
commit f07bc589f6
6 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -95,8 +95,8 @@ NTHALAPI
BOOLEAN
NTAPI
HalBeginSystemInterrupt(
ULONG Vector,
KIRQL Irql,
ULONG Vector,
PKIRQL OldIrql
);