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:
Nikolay Sivov 2016-11-29 09:20:42 +03:00 committed by Alexandre Julliard
parent 3b5b3ef185
commit 68f22743bd
1 changed files with 1 additions and 0 deletions

View File

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