forked from xt-sys/exectos
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:
@@ -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)
|
Reference in New Issue
Block a user