Author: akhaldi Date: Tue Nov 10 12:14:56 2015 New Revision: 69862
URL: http://svn.reactos.org/svn/reactos?rev=69862&view=rev Log: [FREELDR] FrLdrBugCheckWithMessage() is varags, it doesn't make sense to mark it stdcall.
Modified: trunk/reactos/boot/freeldr/freeldr/arch/arm/winldr.c trunk/reactos/boot/freeldr/freeldr/arch/i386/i386bug.c trunk/reactos/boot/freeldr/freeldr/include/debug.h
Modified: trunk/reactos/boot/freeldr/freeldr/arch/arm/winldr.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/a... ============================================================================== --- trunk/reactos/boot/freeldr/freeldr/arch/arm/winldr.c [iso-8859-1] (original) +++ trunk/reactos/boot/freeldr/freeldr/arch/arm/winldr.c [iso-8859-1] Tue Nov 10 12:14:56 2015 @@ -289,7 +289,6 @@ }
VOID -NTAPI FrLdrBugCheckWithMessage( ULONG BugCode, PCHAR File,
Modified: trunk/reactos/boot/freeldr/freeldr/arch/i386/i386bug.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/i... ============================================================================== --- trunk/reactos/boot/freeldr/freeldr/arch/i386/i386bug.c [iso-8859-1] (original) +++ trunk/reactos/boot/freeldr/freeldr/arch/i386/i386bug.c [iso-8859-1] Tue Nov 10 12:14:56 2015 @@ -172,7 +172,6 @@ }
VOID -NTAPI FrLdrBugCheckWithMessage( ULONG BugCode, PCHAR File,
Modified: trunk/reactos/boot/freeldr/freeldr/include/debug.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/includ... ============================================================================== --- trunk/reactos/boot/freeldr/freeldr/include/debug.h [iso-8859-1] (original) +++ trunk/reactos/boot/freeldr/freeldr/include/debug.h [iso-8859-1] Tue Nov 10 12:14:56 2015 @@ -125,7 +125,6 @@ FrLdrBugCheck(ULONG BugCode);
VOID -NTAPI FrLdrBugCheckWithMessage( ULONG BugCode, PCHAR File,