Add basic unicode string support
Some checks failed
Builds / ExectOS (amd64, debug) (push) Failing after 33s
Builds / ExectOS (i686, debug) (push) Failing after 30s
Builds / ExectOS (i686, release) (push) Failing after 57s
Builds / ExectOS (amd64, release) (push) Failing after 1m0s

This commit is contained in:
2026-06-24 09:37:42 +02:00
parent 195c4a34ad
commit 7b27b09748
6 changed files with 167 additions and 0 deletions

View File

@@ -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)