Skip to content

Commit

Permalink
Include gdiplus in mono/config.
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmak committed Sep 12, 2012
1 parent bf095d7 commit aa34613
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/config.in
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +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@" />
</configuration>

0 comments on commit aa34613

Please sign in to comment.