From: Magnus Jacobsson Date: Sun, 2 Jan 2022 18:05:22 +0000 (+0100) Subject: xdot: [nfc] align storage-class declarations to Graphviz standard in xdot.h X-Git-Tag: 3.0.0~80^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=610d41a9d8619d4d4334d4d037bde9fcb56f91a5;p=graphviz xdot: [nfc] align storage-class declarations to Graphviz standard in xdot.h --- diff --git a/lib/xdot/xdot.h b/lib/xdot/xdot.h index 280196f65..b150bfc32 100644 --- a/lib/xdot/xdot.h +++ b/lib/xdot/xdot.h @@ -22,7 +22,9 @@ extern "C" { #else #define XDOT_API __declspec(dllimport) #endif -#else +#endif + +#ifndef XDOT_API #define XDOT_API /* nothing */ #endif