mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[FREELDR] FrLdrBugCheckWithMessage() is varags, it doesn't make sense to mark it stdcall.
svn path=/trunk/; revision=69862
This commit is contained in:
parent
c89c575aff
commit
de1c000c42
3 changed files with 0 additions and 3 deletions
|
@ -289,7 +289,6 @@ RealEntryPoint(VOID)
|
|||
}
|
||||
|
||||
VOID
|
||||
NTAPI
|
||||
FrLdrBugCheckWithMessage(
|
||||
ULONG BugCode,
|
||||
PCHAR File,
|
||||
|
|
|
@ -172,7 +172,6 @@ i386PrintExceptionText(ULONG TrapIndex, PKTRAP_FRAME TrapFrame, PKSPECIAL_REGIST
|
|||
}
|
||||
|
||||
VOID
|
||||
NTAPI
|
||||
FrLdrBugCheckWithMessage(
|
||||
ULONG BugCode,
|
||||
PCHAR File,
|
||||
|
|
|
@ -125,7 +125,6 @@ NTAPI
|
|||
FrLdrBugCheck(ULONG BugCode);
|
||||
|
||||
VOID
|
||||
NTAPI
|
||||
FrLdrBugCheckWithMessage(
|
||||
ULONG BugCode,
|
||||
PCHAR File,
|
||||
|
|
Loading…
Reference in a new issue