mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[NDK]: One can use either RtlGetLengthWithoutTrailingPathSeparators or RtlGetLengthWithoutTrailingPathSeperators...
svn path=/trunk/; revision=60388
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user