]> granicus.if.org Git - graphviz/commitdiff
cgraph++: [nfc] align storage-class declarations to Graphviz standard in AGraph.h
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Sat, 1 Jan 2022 15:47:14 +0000 (16:47 +0100)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Sun, 9 Jan 2022 08:44:21 +0000 (09:44 +0100)
lib/cgraph++/AGraph.h

index d508eacbfcbef8f40e27cd6bf46d51c993c79ca8..fc779472e86ea561ab4aeb581bd7bd223a14285f 100644 (file)
@@ -11,7 +11,9 @@
 #else
 #define AGRAPH_API __declspec(dllimport)
 #endif
-#else
+#endif
+
+#ifndef AGRAPH_API
 #define AGRAPH_API /* nothing */
 #endif