diff --git a/Kawariki-patches/libs/Win32API.rb b/Kawariki-patches/libs/Win32API.rb index cbcf263..2541363 100644 --- a/Kawariki-patches/libs/Win32API.rb +++ b/Kawariki-patches/libs/Win32API.rb @@ -256,6 +256,9 @@ module Win32API #Preload.require "PreloadIni.rb" #Preload::Ini.writeIniString filename, appname, keyname, value end + RtlMoveMemory = ->(dest, src, length) do + dest[0, length] = src[0, length] + end end module User32