Various fixes to the existing routines:

* Export RtlWideStringTokenize()
 * Allow to compare whole strings in RtlWideStringCompare() when no length specified
 * RtlSameMemory() returns boolean now
 * Source bytes can be constant value in RtlCopyMemory()
This commit is contained in:
2022-09-05 15:17:12 +02:00
parent 8a91412ec4
commit d56b10f252
4 changed files with 30 additions and 22 deletions

View File

@@ -2,4 +2,5 @@
@ stdcall HlIoPortOutByte(ptr long)
@ stdcall RtlCopyMemory(ptr ptr long)
@ stdcall RtlSameMemory(ptr ptr long)
@ stdcall RtlWideStringCompare(wstr wstr long)
@ stdcall RtlWideStringCompare(wstr wstr long)
@ stdcall RtlWideStringTokenize(wstr wstr wstr)