]> granicus.if.org Git - graphviz/commit
patchwork: MSBuild: define GVDLL to ensure correct storage-class attributes
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Sun, 2 Jan 2022 13:08:50 +0000 (14:08 +0100)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Sun, 9 Jan 2022 19:24:28 +0000 (20:24 +0100)
commitfd5c4d60f2acdb4e9713423c7722f24fe35c7f9a
treef39f74cc9ab9b83c2f2a678ce1649ad4f6c44cd6
parent38aba80a8f07a4dd3ae7df10aa7bfb5e233bcc64
patchwork: MSBuild: define GVDLL to ensure correct storage-class attributes

An upcoming commit will change the storage-class attributes in
globals.h to be controlled only by the GVDLL symbol, not also by the
WIN32_DLL symbol.

Without this change, errors like this would occur:

patchwork.lib(patchworkinit.obj) : error LNK2001: unresolved external symbol _Ndim

Towards https://gitlab.com/graphviz/graphviz/-/issues/2173.
lib/patchwork/gvpatchwork.vcxproj