ntoskrnl: Added RtlCopyMemory() export.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
3b5b3ef185
commit
68f22743bd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue