- Fix RtlStringCbPrintf prototypes.

svn path=/trunk/; revision=49134
This commit is contained in:
Amine Khaldi 2010-10-13 10:53:01 +00:00
parent 6f0a1a3598
commit 6c93543364

View file

@ -221,7 +221,6 @@ RtlStringCchCopyA(IN LPSTR Destination,
static __inline
NTSTATUS
NTAPI
RtlStringCbPrintfA(OUT LPSTR Destination,
IN SIZE_T Length,
IN LPCSTR Format,
@ -251,7 +250,6 @@ RtlStringCbPrintfA(OUT LPSTR Destination,
static __inline
NTSTATUS
NTAPI
RtlStringCbPrintfExA(OUT LPSTR Destination,
IN SIZE_T Length,
OUT LPSTR *DestinationEnd OPTIONAL,
@ -409,7 +407,6 @@ RtlStringCbCopyExA(OUT LPSTR Destination,
static __inline
NTSTATUS
NTAPI
RtlStringCbPrintfW(
LPWSTR pszDest,
IN size_t cbDest,