Author: tfaber Date: Sat Sep 28 09:01:31 2013 New Revision: 60403
URL: http://svn.reactos.org/svn/reactos?rev=60403&view=rev Log: [NDK] - Fix RtlGetLengthWithoutTrailingPathSeperators declaration CORE-7482 #comment Hermès, feel free to add back your define thingie.... I just need this to work right now ;)
Modified: trunk/reactos/include/ndk/rtlfuncs.h
Modified: trunk/reactos/include/ndk/rtlfuncs.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/ndk/rtlfuncs.h?rev=... ============================================================================== --- trunk/reactos/include/ndk/rtlfuncs.h [iso-8859-1] (original) +++ trunk/reactos/include/ndk/rtlfuncs.h [iso-8859-1] Sat Sep 28 09:01:31 2013 @@ -2728,17 +2728,11 @@ 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