]> granicus.if.org Git - graphviz/commit
Visio plugin: fix use of dllimport
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 7 Apr 2022 01:32:13 +0000 (18:32 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 11 Apr 2022 01:00:53 +0000 (18:00 -0700)
commit8616d16ea91ad6b6e8b3b6ccdce129d8f24ddf3d
tree7bcbd05b37f9b933bdc3a88ecca672f888f54cb2
parent4af596f0de47c7eeabd257915e7276e9c1e38ea5
Visio plugin: fix use of dllimport

When enabling this plugin in the CMake build, the compiler complains:

  …\plugin\visio\gvplugin_visio.c(30,69): error C2491:
    'gvplugin_visio_LTX_library': definition of dllimport data not allowed

Gitlab: #1836
plugin/visio/gvplugin_visio.c