mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
Fix the build.
Your friendly ARM ninjas apologize. svn path=/trunk/; revision=32309
This commit is contained in:
parent
074f4a2517
commit
40ecc5259a
2 changed files with 0 additions and 3 deletions
|
@ -203,7 +203,6 @@ RtlStringCopyWorkerA(OUT PCHAR Destination,
|
||||||
|
|
||||||
/* PUBLIC FUNCTIONS **********************************************************/
|
/* PUBLIC FUNCTIONS **********************************************************/
|
||||||
|
|
||||||
FORCEINLINE
|
|
||||||
NTSTATUS
|
NTSTATUS
|
||||||
NTAPI
|
NTAPI
|
||||||
RtlStringCbPrintfA(OUT PCHAR Destination,
|
RtlStringCbPrintfA(OUT PCHAR Destination,
|
||||||
|
@ -233,7 +232,6 @@ RtlStringCbPrintfA(OUT PCHAR Destination,
|
||||||
return Status;
|
return Status;
|
||||||
}
|
}
|
||||||
|
|
||||||
FORCEINLINE
|
|
||||||
NTSTATUS
|
NTSTATUS
|
||||||
NTAPI
|
NTAPI
|
||||||
RtlStringCbPrintfExA(OUT PCHAR Destination,
|
RtlStringCbPrintfExA(OUT PCHAR Destination,
|
||||||
|
|
|
@ -13,7 +13,6 @@
|
||||||
#include <debug.h>
|
#include <debug.h>
|
||||||
|
|
||||||
/* GCC's incompetence strikes again */
|
/* GCC's incompetence strikes again */
|
||||||
FORCEINLINE
|
|
||||||
VOID
|
VOID
|
||||||
sprintf_nt(IN PCHAR Buffer,
|
sprintf_nt(IN PCHAR Buffer,
|
||||||
IN PCHAR Format,
|
IN PCHAR Format,
|
||||||
|
|
Loading…
Reference in a new issue