14 lines
796 B
Diff
14 lines
796 B
Diff
--- a/data/config.in 2016-01-02 18:56:31.246981603 +0100
|
|
+++ b/data/config.in 2016-01-02 18:56:46.510980850 +0100
|
|
@@ -29,8 +29,8 @@
|
|
<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="@libgdiplus_install_loc@" os="!windows"/>
|
|
- <dllmap dll="gdiplus.dll" target="@libgdiplus_install_loc@" os="!windows"/>
|
|
+ <dllmap dll="gdiplus" target="@libgdiplus_install_loc@.0" os="!windows"/>
|
|
+ <dllmap dll="gdiplus.dll" target="@libgdiplus_install_loc@.0" os="!windows"/>
|
|
<dllmap dll="gdi32" target="@libgdiplus_install_loc@" os="!windows"/>
|
|
<dllmap dll="gdi32.dll" target="@libgdiplus_install_loc@" os="!windows"/>
|
|
</configuration>
|