From 6c9354336457b7f3b2d8602138d97e3ccf4f003f Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Wed, 13 Oct 2010 10:53:01 +0000 Subject: [PATCH] [DDK] - Fix RtlStringCbPrintf prototypes. svn path=/trunk/; revision=49134 --- reactos/include/ddk/ntstrsafe.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/reactos/include/ddk/ntstrsafe.h b/reactos/include/ddk/ntstrsafe.h index f7fc9f39355..c107a0da425 100644 --- a/reactos/include/ddk/ntstrsafe.h +++ b/reactos/include/ddk/ntstrsafe.h @@ -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, -- 2.17.1