mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 04:13:32 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user