From bbf5eb22bd8b10ff5dd9265cd9e8b7ab13e52faf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Thu, 26 Sep 2013 20:12:21 +0000 Subject: [PATCH] [NDK]: One can use either RtlGetLengthWithoutTrailingPathSeparators or RtlGetLengthWithoutTrailingPathSeperators... svn path=/trunk/; revision=60388 --- reactos/include/ndk/rtlfuncs.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/reactos/include/ndk/rtlfuncs.h b/reactos/include/ndk/rtlfuncs.h index 4084dd86654..e1ce04c1c35 100644 --- a/reactos/include/ndk/rtlfuncs.h +++ b/reactos/include/ndk/rtlfuncs.h @@ -2733,6 +2733,12 @@ RtlGetLengthWithoutTrailingPathSeparators( _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 -- 2.17.1