2007-11-20 Martin Baulig <martin@ximian.com>
[mono.git] / data / config.in
index b1df9335c6033300cf7c8c6c52be3ccae71c923a..676999a6d1f065a41aca2236bc4526c24979c975 100644 (file)
        <dllmap dll="sqlite3" target="@SQLITE3@" os="!windows"/>
        <dllmap dll="libX11" target="@X11@" os="!windows" />
        <dllmap dll="libcairo-2.dll" target="libcairo.so.2" os="!windows"/>
+       <dllmap dll="i:kernel32.dll">
+               <dllentry dll="__Internal" name="CopyMemory" target="mono_win32_compat_CopyMemory"/>
+               <dllentry dll="__Internal" name="FillMemory" target="mono_win32_compat_FillMemory"/>
+               <dllentry dll="__Internal" name="MoveMemory" target="mono_win32_compat_MoveMemory"/>
+               <dllentry dll="__Internal" name="ZeroMemory" target="mono_win32_compat_ZeroMemory"/>
+       </dllmap>
 </configuration>