Author: akhaldi
Date: Wed Oct 13 10:53:01 2010
New Revision: 49134
URL:
http://svn.reactos.org/svn/reactos?rev=49134&view=rev
Log:
[DDK]
- Fix RtlStringCbPrintf prototypes.
Modified:
trunk/reactos/include/ddk/ntstrsafe.h
Modified: trunk/reactos/include/ddk/ntstrsafe.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/ddk/ntstrsafe.h?re…
==============================================================================
--- trunk/reactos/include/ddk/ntstrsafe.h [iso-8859-1] (original)
+++ trunk/reactos/include/ddk/ntstrsafe.h [iso-8859-1] Wed Oct 13 10:53:01 2010
@@ -221,7 +221,6 @@
static __inline
NTSTATUS
-NTAPI
RtlStringCbPrintfA(OUT LPSTR Destination,
IN SIZE_T Length,
IN LPCSTR Format,
@@ -251,7 +250,6 @@
static __inline
NTSTATUS
-NTAPI
RtlStringCbPrintfExA(OUT LPSTR Destination,
IN SIZE_T Length,
OUT LPSTR *DestinationEnd OPTIONAL,
@@ -409,7 +407,6 @@
static __inline
NTSTATUS
-NTAPI
RtlStringCbPrintfW(
LPWSTR pszDest,
IN size_t cbDest,