Skip to content

Commit

Permalink
gdk: Add a dllmap for libgio-2.0-0.dll
Browse files Browse the repository at this point in the history
As Gdk.Pixbuf uses two functions from libgio, we need a dllmap for that
in gdk-sharp.dll.config.
  • Loading branch information
bl8 committed Dec 4, 2011
1 parent 9d319c8 commit ed9a01f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gdk/gdk-sharp.dll.config.in
@@ -1,4 +1,5 @@
<configuration>
<dllmap dll="libgio-2.0-0.dll" target="libgio-2.0@LIB_PREFIX@.0@LIB_SUFFIX@"/>
<dllmap dll="libglib-2.0-0.dll" target="libglib-2.0@LIB_PREFIX@.0@LIB_SUFFIX@"/>
<dllmap dll="libgobject-2.0-0.dll" target="libgobject-2.0@LIB_PREFIX@.0@LIB_SUFFIX@"/>
<dllmap dll="libgdk-win32-3.0-0.dll" target="libgdk-3@LIB_PREFIX@.0@LIB_SUFFIX@"/>
Expand Down

0 comments on commit ed9a01f

Please sign in to comment.