]> granicus.if.org Git - graphviz/commit
tests: define GVDLL to ensure correct storage-class attributes
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Sat, 1 Jan 2022 18:15:21 +0000 (19:15 +0100)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Sun, 9 Jan 2022 08:44:20 +0000 (09:44 +0100)
commited32f6bf8aefa0e3e1ebb66967118b7f4da022fc
tree928ae1b5360a3dadc47fb335c66683a825fe0e68
parent086d5bf757f87b276c9632e7529d49e3e2e36b79
tests: define GVDLL to ensure correct storage-class attributes

An upcoming commit will change the storage-class attributes to be
controlled by the GVDLL symbol in cgraph.h.

Without this change, errors like this would occur when building the
test examples:

demo.obj : error LNK2019: unresolved external symbol Agdirected referenced in function main

Towards https://gitlab.com/graphviz/graphviz/-/issues/2173.
rtest/test_examples.py