From fbc81d9c803feeabe4e0cc479d07245275b5e7e9 Mon Sep 17 00:00:00 2001 From: Magnus Jacobsson Date: Sun, 2 Jan 2022 19:01:59 +0100 Subject: [PATCH] xdot: use GVDLL instead of _WIN32 to control storage-class attributes in xdot.h Towards https://gitlab.com/graphviz/graphviz/-/issues/2173. --- lib/xdot/xdot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/xdot/xdot.h b/lib/xdot/xdot.h index e66adf97a..cc67f9a22 100644 --- a/lib/xdot/xdot.h +++ b/lib/xdot/xdot.h @@ -16,7 +16,7 @@ extern "C" { #endif -#ifdef _WIN32 +#ifdef GVDLL #ifdef EXPORT_XDOT #define XDOT_API __declspec(dllexport) #else -- 2.40.0