[FREELDR] FrLdrBugCheckWithMessage() is varags, it doesn't make sense to mark it...
authorAmine Khaldi <amine.khaldi@reactos.org>
Tue, 10 Nov 2015 12:14:56 +0000 (12:14 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Tue, 10 Nov 2015 12:14:56 +0000 (12:14 +0000)
svn path=/trunk/; revision=69862

reactos/boot/freeldr/freeldr/arch/arm/winldr.c
reactos/boot/freeldr/freeldr/arch/i386/i386bug.c
reactos/boot/freeldr/freeldr/include/debug.h

index 0ea593f..a478612 100644 (file)
@@ -289,7 +289,6 @@ RealEntryPoint(VOID)
 }
 
 VOID
-NTAPI
 FrLdrBugCheckWithMessage(
     ULONG BugCode,
     PCHAR File,
index 46a7f33..b938da2 100644 (file)
@@ -172,7 +172,6 @@ i386PrintExceptionText(ULONG TrapIndex, PKTRAP_FRAME TrapFrame, PKSPECIAL_REGIST
 }
 
 VOID
-NTAPI
 FrLdrBugCheckWithMessage(
     ULONG BugCode,
     PCHAR File,
index f17c0d2..be0d906 100644 (file)
@@ -125,7 +125,6 @@ NTAPI
 FrLdrBugCheck(ULONG BugCode);
 
 VOID
-NTAPI
 FrLdrBugCheckWithMessage(
     ULONG BugCode,
     PCHAR File,