- Fix RtlGetLengthWithoutTrailingPathSeperators declaration
CORE-7482 #comment Hermès, feel free to add back your define thingie.... I just need this to work right now ;)

svn path=/trunk/; revision=60403
This commit is contained in:
Thomas Faber 2013-09-28 09:01:31 +00:00
parent 7c35998136
commit a2576aa611

View file

@ -2728,17 +2728,11 @@ RtlGetFullPathName_UstrEx(
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