From 252eb5c8255b1a4bfa2594eb5bfa7ee75611729b Mon Sep 17 00:00:00 2001 From: belliash Date: Mon, 26 Sep 2022 23:01:17 +0200 Subject: [PATCH] Export RtlWideStringConcatenate() and RtlWideStringLength() routines --- xtoskrnl/xtoskrnl.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xtoskrnl/xtoskrnl.spec b/xtoskrnl/xtoskrnl.spec index f8f12d8..987c3dd 100644 --- a/xtoskrnl/xtoskrnl.spec +++ b/xtoskrnl/xtoskrnl.spec @@ -7,5 +7,7 @@ @ stdcall RtlSameMemory(ptr ptr long) @ stdcall RtlSetMemory(ptr long long) @ cdecl RtlWideStringCompare(wstr wstr long) +@ cdecl RtlWideStringConcatenate(wstr wstr long) +@ cdecl RtlWideStringLength(wstr long) @ cdecl RtlWideStringTokenize(wstr wstr wstr) @ stdcall RtlZeroMemory(ptr long) \ No newline at end of file