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
path: root/data
diff options
context:
space:
mode:
authorAlex Rønne Petersen <alex@lycus.org>2013-10-21 21:00:26 +0400
committerAlex Rønne Petersen <alex@lycus.org>2013-10-21 21:00:26 +0400
commit457a8453f7a0b58d2eae114e3476e62765f9502a (patch)
tree3965c0c0c8a3830a108aae00f478d1661062fc3b /data
parent67d6c8f685a7dc43df7d384714d237a68950512c (diff)
parent3a44c65b03a11319557fb95d06e091a77d5ba76f (diff)
Merge pull request #587 from madewokherd/gdipdllmap
Ignore the gdiplus dllmap on Windows.
Diffstat (limited to 'data')
-rw-r--r--data/config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/config.in b/data/config.in
index 1faae012ef2..32e075a3856 100644
--- a/data/config.in
+++ b/data/config.in
@@ -26,6 +26,6 @@
<dllentry dll="__Internal" name="MoveMemory" target="mono_win32_compat_MoveMemory"/>
<dllentry dll="__Internal" name="ZeroMemory" target="mono_win32_compat_ZeroMemory"/>
</dllmap>
- <dllmap dll="gdiplus" target="@prefix@/lib/libgdiplus@libsuffix@" />
- <dllmap dll="gdiplus.dll" target="@prefix@/lib/libgdiplus@libsuffix@" />
+ <dllmap dll="gdiplus" target="@prefix@/lib/libgdiplus@libsuffix@" os="!windows"/>
+ <dllmap dll="gdiplus.dll" target="@prefix@/lib/libgdiplus@libsuffix@" os="!windows"/>
</configuration>