From: Magnus Jacobsson Date: Mon, 10 Jan 2022 15:41:11 +0000 (+0100) Subject: plugin/pango: use GVDLL instead of _WIN32 to enable dllexport storage-class attribute... X-Git-Tag: 3.0.0~77^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f43f461bb78ea52aabe2deb5d2dea7d433488e31;p=graphviz plugin/pango: use GVDLL instead of _WIN32 to enable dllexport storage-class attribute in gvplugin_pango.c --- diff --git a/plugin/pango/gvplugin_pango.c b/plugin/pango/gvplugin_pango.c index d777faedf..b8bae8075 100644 --- a/plugin/pango/gvplugin_pango.c +++ b/plugin/pango/gvplugin_pango.c @@ -23,7 +23,7 @@ static gvplugin_api_t apis[] = { {(api_t)0, 0}, }; -#ifdef _WIN32 +#ifdef GVDLL #define GVPLUGIN_PANGO_API __declspec(dllexport) #else #define GVPLUGIN_PANGO_API