[FREELDR] FrLdrBugCheckWithMessage() is varags, it doesn't make sense to mark it stdcall.

svn path=/trunk/; revision=69862
This commit is contained in:
Amine Khaldi 2015-11-10 12:14:56 +00:00
parent c89c575aff
commit de1c000c42
3 changed files with 0 additions and 3 deletions

View file

@ -289,7 +289,6 @@ RealEntryPoint(VOID)
}
VOID
NTAPI
FrLdrBugCheckWithMessage(
ULONG BugCode,
PCHAR File,

View file

@ -172,7 +172,6 @@ i386PrintExceptionText(ULONG TrapIndex, PKTRAP_FRAME TrapFrame, PKSPECIAL_REGIST
}
VOID
NTAPI
FrLdrBugCheckWithMessage(
ULONG BugCode,
PCHAR File,

View file

@ -125,7 +125,6 @@ NTAPI
FrLdrBugCheck(ULONG BugCode);
VOID
NTAPI
FrLdrBugCheckWithMessage(
ULONG BugCode,
PCHAR File,