[NDK]: One can use either RtlGetLengthWithoutTrailingPathSeparators or RtlGetLengthWi...
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Thu, 26 Sep 2013 20:12:21 +0000 (20:12 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Thu, 26 Sep 2013 20:12:21 +0000 (20:12 +0000)
svn path=/trunk/; revision=60388

reactos/include/ndk/rtlfuncs.h

index 4084dd8..e1ce04c 100644 (file)
@@ -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