From: Magnus Jacobsson Date: Sat, 1 Jan 2022 16:30:38 +0000 (+0100) Subject: cgraph: [nfc] align storage-class declarations to Graphviz standard in cgraph.h X-Git-Tag: 3.0.0~87^2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=888358b23025701d69bc2544899210bd8208a92c;p=graphviz cgraph: [nfc] align storage-class declarations to Graphviz standard in cgraph.h --- diff --git a/lib/cgraph/cgraph.h b/lib/cgraph/cgraph.h index 87936f74a..208037b5b 100644 --- a/lib/cgraph/cgraph.h +++ b/lib/cgraph/cgraph.h @@ -23,7 +23,9 @@ extern "C" { #else #define CGRAPH_API __declspec(dllimport) #endif -#else +#endif + +#ifndef CGRAPH_API #define CGRAPH_API /* nothing */ #endif