Author: ros-arm-bringup
Date: Tue Feb 12 06:06:06 2008
New Revision: 32309
URL:
http://svn.reactos.org/svn/reactos?rev=32309&view=rev
Log:
Fix the build.
Your friendly ARM ninjas apologize.
Modified:
trunk/reactos/include/ddk/ntstrsafe.h
trunk/reactos/ntoskrnl/mm/sysldr.c
Modified: trunk/reactos/include/ddk/ntstrsafe.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/ddk/ntstrsafe.h?re…
==============================================================================
--- trunk/reactos/include/ddk/ntstrsafe.h (original)
+++ trunk/reactos/include/ddk/ntstrsafe.h Tue Feb 12 06:06:06 2008
@@ -203,7 +203,6 @@
/* PUBLIC FUNCTIONS **********************************************************/
-FORCEINLINE
NTSTATUS
NTAPI
RtlStringCbPrintfA(OUT PCHAR Destination,
@@ -233,7 +232,6 @@
return Status;
}
-FORCEINLINE
NTSTATUS
NTAPI
RtlStringCbPrintfExA(OUT PCHAR Destination,
Modified: trunk/reactos/ntoskrnl/mm/sysldr.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/mm/sysldr.c?rev=3…
==============================================================================
--- trunk/reactos/ntoskrnl/mm/sysldr.c (original)
+++ trunk/reactos/ntoskrnl/mm/sysldr.c Tue Feb 12 06:06:06 2008
@@ -13,7 +13,6 @@
#include <debug.h>
/* GCC's incompetence strikes again */
-FORCEINLINE
VOID
sprintf_nt(IN PCHAR Buffer,
IN PCHAR Format,