Fix the build.

Your friendly ARM ninjas apologize.

svn path=/trunk/; revision=32309
This commit is contained in:
ReactOS Portable Systems Group 2008-02-12 03:06:06 +00:00
parent 074f4a2517
commit 40ecc5259a
2 changed files with 0 additions and 3 deletions

View file

@ -203,7 +203,6 @@ RtlStringCopyWorkerA(OUT PCHAR Destination,
/* PUBLIC FUNCTIONS **********************************************************/
FORCEINLINE
NTSTATUS
NTAPI
RtlStringCbPrintfA(OUT PCHAR Destination,
@ -233,7 +232,6 @@ RtlStringCbPrintfA(OUT PCHAR Destination,
return Status;
}
FORCEINLINE
NTSTATUS
NTAPI
RtlStringCbPrintfExA(OUT PCHAR Destination,

View file

@ -13,7 +13,6 @@
#include <debug.h>
/* GCC's incompetence strikes again */
FORCEINLINE
VOID
sprintf_nt(IN PCHAR Buffer,
IN PCHAR Format,