From: Magnus Jacobsson Date: Sat, 1 Jan 2022 15:47:14 +0000 (+0100) Subject: cgraph++: [nfc] align storage-class declarations to Graphviz standard in AGraph.h X-Git-Tag: 3.0.0~87^2~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3eaad8eed0ff48e83d88e2e079cc34cdc35c5294;p=graphviz cgraph++: [nfc] align storage-class declarations to Graphviz standard in AGraph.h --- diff --git a/lib/cgraph++/AGraph.h b/lib/cgraph++/AGraph.h index d508eacbf..fc779472e 100644 --- a/lib/cgraph++/AGraph.h +++ b/lib/cgraph++/AGraph.h @@ -11,7 +11,9 @@ #else #define AGRAPH_API __declspec(dllimport) #endif -#else +#endif + +#ifndef AGRAPH_API #define AGRAPH_API /* nothing */ #endif