mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 15:36:24 +00:00
[DDK]
- Fix RtlStringCbPrintf prototypes. svn path=/trunk/; revision=49134
This commit is contained in:
parent
6f0a1a3598
commit
6c93543364
1 changed files with 0 additions and 3 deletions
|
@ -221,7 +221,6 @@ RtlStringCchCopyA(IN LPSTR Destination,
|
||||||
|
|
||||||
static __inline
|
static __inline
|
||||||
NTSTATUS
|
NTSTATUS
|
||||||
NTAPI
|
|
||||||
RtlStringCbPrintfA(OUT LPSTR Destination,
|
RtlStringCbPrintfA(OUT LPSTR Destination,
|
||||||
IN SIZE_T Length,
|
IN SIZE_T Length,
|
||||||
IN LPCSTR Format,
|
IN LPCSTR Format,
|
||||||
|
@ -251,7 +250,6 @@ RtlStringCbPrintfA(OUT LPSTR Destination,
|
||||||
|
|
||||||
static __inline
|
static __inline
|
||||||
NTSTATUS
|
NTSTATUS
|
||||||
NTAPI
|
|
||||||
RtlStringCbPrintfExA(OUT LPSTR Destination,
|
RtlStringCbPrintfExA(OUT LPSTR Destination,
|
||||||
IN SIZE_T Length,
|
IN SIZE_T Length,
|
||||||
OUT LPSTR *DestinationEnd OPTIONAL,
|
OUT LPSTR *DestinationEnd OPTIONAL,
|
||||||
|
@ -409,7 +407,6 @@ RtlStringCbCopyExA(OUT LPSTR Destination,
|
||||||
|
|
||||||
static __inline
|
static __inline
|
||||||
NTSTATUS
|
NTSTATUS
|
||||||
NTAPI
|
|
||||||
RtlStringCbPrintfW(
|
RtlStringCbPrintfW(
|
||||||
LPWSTR pszDest,
|
LPWSTR pszDest,
|
||||||
IN size_t cbDest,
|
IN size_t cbDest,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue