From de1c000c42ab244ba1ed9218ba5037d79ce8dadc Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Tue, 10 Nov 2015 12:14:56 +0000 Subject: [PATCH] [FREELDR] FrLdrBugCheckWithMessage() is varags, it doesn't make sense to mark it stdcall. svn path=/trunk/; revision=69862 --- reactos/boot/freeldr/freeldr/arch/arm/winldr.c | 1 - reactos/boot/freeldr/freeldr/arch/i386/i386bug.c | 1 - reactos/boot/freeldr/freeldr/include/debug.h | 1 - 3 files changed, 3 deletions(-) diff --git a/reactos/boot/freeldr/freeldr/arch/arm/winldr.c b/reactos/boot/freeldr/freeldr/arch/arm/winldr.c index 0ea593f42df..a478612b1ad 100644 --- a/reactos/boot/freeldr/freeldr/arch/arm/winldr.c +++ b/reactos/boot/freeldr/freeldr/arch/arm/winldr.c @@ -289,7 +289,6 @@ RealEntryPoint(VOID) } VOID -NTAPI FrLdrBugCheckWithMessage( ULONG BugCode, PCHAR File, diff --git a/reactos/boot/freeldr/freeldr/arch/i386/i386bug.c b/reactos/boot/freeldr/freeldr/arch/i386/i386bug.c index 46a7f331590..b938da2b871 100644 --- a/reactos/boot/freeldr/freeldr/arch/i386/i386bug.c +++ b/reactos/boot/freeldr/freeldr/arch/i386/i386bug.c @@ -172,7 +172,6 @@ i386PrintExceptionText(ULONG TrapIndex, PKTRAP_FRAME TrapFrame, PKSPECIAL_REGIST } VOID -NTAPI FrLdrBugCheckWithMessage( ULONG BugCode, PCHAR File, diff --git a/reactos/boot/freeldr/freeldr/include/debug.h b/reactos/boot/freeldr/freeldr/include/debug.h index f17c0d254ac..be0d906cee8 100644 --- a/reactos/boot/freeldr/freeldr/include/debug.h +++ b/reactos/boot/freeldr/freeldr/include/debug.h @@ -125,7 +125,6 @@ NTAPI FrLdrBugCheck(ULONG BugCode); VOID -NTAPI FrLdrBugCheckWithMessage( ULONG BugCode, PCHAR File,