Add basic unicode string support
This commit is contained in:
@@ -65,6 +65,7 @@
|
||||
@ stdcall RtlConvertToLargeIntegerUnsigned32(long)
|
||||
@ stdcall RtlCopyMemory(ptr ptr long)
|
||||
@ stdcall RtlCopyString(ptr ptr long)
|
||||
@ stdcall RtlCopyUnicodeString(ptr ptr)
|
||||
@ stdcall RtlCopyWideString(ptr ptr long)
|
||||
@ stdcall RtlDivideLargeInteger(long long long ptr)
|
||||
@ stdcall RtlFindClearBits(ptr long long)
|
||||
@@ -75,6 +76,8 @@
|
||||
@ stdcall RtlFindWideStringInsensitive(wstr wstr)
|
||||
@ stdcall RtlInitializeBitMap(ptr ptr long)
|
||||
@ stdcall RtlInitializeListHead(ptr)
|
||||
@ stdcall RtlInitializeUnicodeString(ptr wstr)
|
||||
@ stdcall RtlInitializeUnicodeStringEx(ptr wstr)
|
||||
@ stdcall RtlInsertHeadList(ptr ptr)
|
||||
@ stdcall RtlInsertTailList(ptr ptr)
|
||||
@ stdcall RtlListEmpty(ptr)
|
||||
|
||||
Reference in New Issue
Block a user