mirror of
https://github.com/reactos/reactos.git
synced 2026-07-06 02:44:24 +08:00
Fix the build.
Your friendly ARM ninjas apologize. svn path=/trunk/; revision=32309
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
#include <debug.h>
|
||||
|
||||
/* GCC's incompetence strikes again */
|
||||
FORCEINLINE
|
||||
VOID
|
||||
sprintf_nt(IN PCHAR Buffer,
|
||||
IN PCHAR Format,
|
||||
|
||||
Reference in New Issue
Block a user