mirror of
https://github.com/reactos/reactos.git
synced 2025-07-29 18:51:43 +00:00
[KERNEL32] Add CompareStringOrdinal from wine-3.21
This commit is contained in:
parent
dafa00b554
commit
3a0b53386c
3 changed files with 37 additions and 2 deletions
|
@ -2123,6 +2123,18 @@ RtlCompareUnicodeString(
|
|||
BOOLEAN CaseInsensitive
|
||||
);
|
||||
|
||||
_Must_inspect_result_
|
||||
NTSYSAPI
|
||||
LONG
|
||||
NTAPI
|
||||
RtlCompareUnicodeStrings(
|
||||
_In_reads_(String1Length) PCWCH String1,
|
||||
_In_ SIZE_T String1Length,
|
||||
_In_reads_(String2Length) PCWCH String2,
|
||||
_In_ SIZE_T String2Length,
|
||||
_In_ BOOLEAN CaseInSensitive
|
||||
);
|
||||
|
||||
NTSYSAPI
|
||||
VOID
|
||||
NTAPI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue