Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Jordan <robertj@gmx.net>2007-05-30 01:29:31 +0400
committerRobert Jordan <robertj@gmx.net>2007-05-30 01:29:31 +0400
commit217d5255f0d980aaefa116866029d0ac8deee2f6 (patch)
tree66f3d790f27550c59baeea166a7a9f20b4e73f7b /data/config.in
parent4009d6c77781f1bf04b761a199e7a079afc48fa0 (diff)
In .:
2007-05-29 Robert Jordan <robertj@gmx.net> * data/config.in: add mono_win32_compat entries. In mono/metadata: 2007-05-29 Robert Jordan <robertj@gmx.net> * marshal.[c|h]: add mono_win32_compat_* wrappers. Fixes #81754. svn path=/trunk/mono/; revision=78159
Diffstat (limited to 'data/config.in')
-rw-r--r--data/config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/data/config.in b/data/config.in
index b1df9335c60..676999a6d1f 100644
--- a/data/config.in
+++ b/data/config.in
@@ -15,4 +15,10 @@
<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>