From: Magnus Jacobsson Date: Sat, 1 Jan 2022 16:00:03 +0000 (+0100) Subject: cgraph: [nfc] align storage-class declarations to Graphviz standard in agxbuf.h X-Git-Tag: 3.0.0~87^2~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8ca055e113c7f9d2222f903520a20448d0d10b6e;p=graphviz cgraph: [nfc] align storage-class declarations to Graphviz standard in agxbuf.h --- diff --git a/lib/cgraph/agxbuf.h b/lib/cgraph/agxbuf.h index 1b4538d4c..1d098a7c4 100644 --- a/lib/cgraph/agxbuf.h +++ b/lib/cgraph/agxbuf.h @@ -24,7 +24,9 @@ extern "C" { #else #define AGXBUF_API __declspec(dllimport) #endif -#else +#endif + +#ifndef AGXBUF_API #define AGXBUF_API /* nothing */ #endif