Author: hbelusca
Date: Thu Sep 26 20:12:21 2013
New Revision: 60388
URL:
http://svn.reactos.org/svn/reactos?rev=60388&view=rev
Log:
[NDK]: One can use either RtlGetLengthWithoutTrailingPathSeparators or
RtlGetLengthWithoutTrailingPathSeperators...
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] Thu Sep 26 20:12:21 2013
@@ -2733,6 +2733,12 @@
_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