]> granicus.if.org Git - graphviz/commit
Use dllimport to link gd fonts on Windows
authorErwin Janssen <erwinjanssen@outlook.com>
Mon, 27 Mar 2017 20:53:07 +0000 (22:53 +0200)
committerErwin Janssen <erwinjanssen@outlook.com>
Tue, 28 Mar 2017 08:45:51 +0000 (10:45 +0200)
commit64257d1f6bcdef35a4f84b825826eb276a4956df
tree47e2bb5b499cc7f8828561f81406a4f784edd931
parent282a23cd72a5b2b2305c3c4cd14b3c5d1ab53d09
Use dllimport to link gd fonts on Windows

Using extern to link the gd fonts on Windows doesn't work, they should be
imported from the DLL using __declspec(dllimport).
Also update the libgd DLL to the most recent version.
plugin/gd/gvrender_gd.c
windows/dependencies/libraries