mirror of
https://github.com/bakustarver/rpgmakermlinux-cicpoffs.git
synced 2025-04-22 06:02:04 +02:00
chore: implement kernel32::RtlMoveMemory
This commit is contained in:
parent
f36b1ef78a
commit
03aac1a3fd
1 changed files with 3 additions and 1 deletions
|
@ -285,7 +285,9 @@ module Win32API
|
||||||
|
|
||||||
|
|
||||||
end
|
end
|
||||||
|
RtlMoveMemory = ->(dest, src, length) do
|
||||||
|
dest[0, length] = src[0, length]
|
||||||
|
end
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue