Storage-class attributes should only be used for dynamic-link
libraries, but not for statically linked libraries.
Towards https://gitlab.com/graphviz/graphviz/-/issues/2058
* Contributors: Details at https://graphviz.org
*************************************************************************/
+#include "config.h"
+
#include <gvc/gvplugin.h>
extern gvplugin_installed_t gvlayout_neato_types[];
{(api_t)0, 0},
};
-#ifdef _WIN32
+#ifdef GVDLL
# define GVPLUGIN_NEATO_LAYOUT_API __declspec(dllexport)
#else
# define GVPLUGIN_NEATO_LAYOUT_API