Commit 68f22743 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

ntoskrnl: Added RtlCopyMemory() export.

parent 3b5b3ef1
......@@ -963,6 +963,7 @@
@ stdcall RtlConvertSidToUnicodeString(ptr ptr long) ntdll.RtlConvertSidToUnicodeString
@ stdcall -arch=win32 -ret64 RtlConvertUlongToLargeInteger(long) ntdll.RtlConvertUlongToLargeInteger
@ stdcall RtlCopyLuid(ptr ptr) ntdll.RtlCopyLuid
@ stdcall -arch=x86_64 RtlCopyMemory(ptr ptr long) ntdll.RtlCopyMemory
@ stub RtlCopyRangeList
@ stdcall RtlCopySid(long ptr ptr) ntdll.RtlCopySid
@ stdcall RtlCopyString(ptr ptr) ntdll.RtlCopyString
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment