[NDK]: One can use either RtlGetLengthWithoutTrailingPathSeparators or RtlGetLengthWithoutTrailingPathSeperators...

svn path=/trunk/; revision=60388
This commit is contained in:
Hermès Bélusca-Maïto 2013-09-26 20:12:21 +00:00
parent 9a657afb5d
commit bbf5eb22bd

View file

@ -2733,6 +2733,12 @@ RtlGetLengthWithoutTrailingPathSeparators(
_In_ PCUNICODE_STRING PathString, _In_ PCUNICODE_STRING PathString,
_Out_ PULONG Length _Out_ PULONG Length
); );
/*
* NOTE: the export is called RtlGetLengthWithoutTrailingPathSeperators
* (with a 'e' instead of a 'a' in "Seperators").
*/
#define RtlGetLengthWithoutTrailingPathSeperators \
RtlGetLengthWithoutTrailingPathSeparators
NTSYSAPI NTSYSAPI
ULONG ULONG