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 **********************************************************/
|
||||
|
||||
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,
|
||||
|
|
Loading…
Reference in a new issue