From a2576aa611326d88fc12dfcacabd41ae6936cbfa Mon Sep 17 00:00:00 2001 From: Thomas Faber Date: Sat, 28 Sep 2013 09:01:31 +0000 Subject: [PATCH] =?UTF-8?q?[NDK]=20-=20Fix=20RtlGetLengthWithoutTrailingPa?= =?UTF-8?q?thSeperators=20declaration=20CORE-7482=20#comment=20Herm=C3=A8s?= =?UTF-8?q?,=20feel=20free=20to=20add=20back=20your=20define=20thingie....?= =?UTF-8?q?=20I=20just=20need=20this=20to=20work=20right=20now=20;)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit svn path=/trunk/; revision=60403 --- reactos/include/ndk/rtlfuncs.h | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/reactos/include/ndk/rtlfuncs.h b/reactos/include/ndk/rtlfuncs.h index e1ce04c1c35..3205fa1a7c8 100644 --- a/reactos/include/ndk/rtlfuncs.h +++ b/reactos/include/ndk/rtlfuncs.h @@ -2728,17 +2728,11 @@ RtlGetFullPathName_UstrEx( NTSYSAPI NTSTATUS NTAPI -RtlGetLengthWithoutTrailingPathSeparators( - _In_ ULONG Flags, +RtlGetLengthWithoutTrailingPathSeperators( + _Reserved_ ULONG Flags, _In_ PCUNICODE_STRING PathString, _Out_ PULONG Length ); -/* - * NOTE: the export is called RtlGetLengthWithoutTrailingPathSeperators - * (with a 'e' instead of a 'a' in "Seperators"). - */ -#define RtlGetLengthWithoutTrailingPathSeperators \ - RtlGetLengthWithoutTrailingPathSeparators NTSYSAPI ULONG