From 29432287fb68be2805fb00cb6b387783e894252d Mon Sep 17 00:00:00 2001 From: Magnus Jacobsson Date: Sat, 1 Jan 2022 16:56:18 +0100 Subject: [PATCH] cgraph: use GVDLL instead of _WIN32 to control storage-class attributes in agxbuf.h Towards https://gitlab.com/graphviz/graphviz/-/issues/2173. --- lib/cgraph/agxbuf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cgraph/agxbuf.h b/lib/cgraph/agxbuf.h index cd2dd4241..9e9d70800 100644 --- a/lib/cgraph/agxbuf.h +++ b/lib/cgraph/agxbuf.h @@ -18,7 +18,7 @@ extern "C" { #include "config.h" -#ifdef _WIN32 +#ifdef GVDLL #ifdef EXPORT_AGXBUF #define AGXBUF_API __declspec(dllexport) #else -- 2.40.0