forked from xt-sys/exectos
Improvements in string and wide string support
* Implement RtlCompareString(), RtlCompareStringInsensitive(), RtlCompareWideString() and RtlCompareWideStringInsensitive() * Rename some routines t omatch naming conventions * Switch to CHAR in string operations
This commit is contained in:
@@ -32,12 +32,15 @@
|
||||
@ stdcall RtlReadRegisterByte(ptr)
|
||||
@ stdcall RtlReadRegisterLong(ptr)
|
||||
@ stdcall RtlReadRegisterShort(ptr)
|
||||
@ cdecl RtlCompareString(str str long)
|
||||
@ cdecl RtlCompareStringInsensitive(str str long)
|
||||
@ cdecl RtlStringLength(str long)
|
||||
@ cdecl RtlStringToWideString(wstr str long)
|
||||
@ cdecl RtlWideStringCompare(wstr wstr long)
|
||||
@ cdecl RtlWideStringConcatenate(wstr wstr long)
|
||||
@ cdecl RtlCompareWideString(wstr wstr long)
|
||||
@ cdecl RtlCompareWideStringInsensitive(wstr wstr long)
|
||||
@ cdecl RtlConcatenateWideString(wstr wstr long)
|
||||
@ cdecl RtlTokenizeWideString(wstr wstr wstr)
|
||||
@ cdecl RtlWideStringLength(wstr long)
|
||||
@ cdecl RtlWideStringTokenize(wstr wstr wstr)
|
||||
@ stdcall RtlWriteRegisterByte(ptr long)
|
||||
@ stdcall RtlWriteRegisterLong(ptr long)
|
||||
@ stdcall RtlWriteRegisterShort(ptr long)
|
||||
|
Reference in New Issue
Block a user