mirror of
https://github.com/reactos/reactos.git
synced 2025-05-01 03:29:37 +00:00
[NDK]
- 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:
parent
7c35998136
commit
a2576aa611
1 changed files with 2 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue