mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
[NDK]: One can use either RtlGetLengthWithoutTrailingPathSeparators or RtlGetLengthWithoutTrailingPathSeperators...
svn path=/trunk/; revision=60388
This commit is contained in:
parent
9a657afb5d
commit
bbf5eb22bd
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue