]> granicus.if.org Git - graphviz/commit
plugin/pango: include common/globals.h in gvgetfontlist_pango.c
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Sat, 8 Jan 2022 07:51:36 +0000 (08:51 +0100)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Mon, 10 Jan 2022 08:35:27 +0000 (09:35 +0100)
commit5646c8cd37bacbd4602ed2ae7339827d2269c587
tree45f497c34363051d1e019203e2d05c55337c0cf0
parentfec45088a53207a013e429962e6c57a40ccd7bde
plugin/pango: include common/globals.h in gvgetfontlist_pango.c

An upcoming commit which enables code that uses the Verbose global
variable would otherwise cause this error:

gvgetfontlist_pango.obj : error LNK2019: unresolved external symbol _Verbose referenced in function _get_font_mapping [C:\GitLab-Runner\builds\magjac\graphviz\build\plugin\pango\gvplugin_pango.vcxproj]
C:\GitLab-Runner\builds\magjac\graphviz\build\plugin\pango\Release\gvplugin_pango.dll : fatal error LNK1120: 1 unresolved externals [C:\GitLab-Runner\builds\magjac\graphviz\build\plugin\pango\gvplugin_pango.vcxproj]
plugin/pango/gvgetfontlist_pango.c