mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[NTOS]: Fix build.
svn path=/trunk/; revision=45146
This commit is contained in:
parent
7bd79bce9e
commit
9ef69503ed
1 changed files with 2 additions and 1 deletions
|
@ -953,7 +953,8 @@ KiContinue(
|
||||||
VOID
|
VOID
|
||||||
FASTCALL
|
FASTCALL
|
||||||
KiServiceExit(
|
KiServiceExit(
|
||||||
IN PKTRAP_FRAME TrapFrame
|
IN PKTRAP_FRAME TrapFrame,
|
||||||
|
IN NTSTATUS Status
|
||||||
);
|
);
|
||||||
|
|
||||||
VOID
|
VOID
|
||||||
|
|
Loading…
Reference in a new issue