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

index 1b4538d4c130478310c3a56602deb41ec1703cab..1d098a7c43fff87f2c79d096a9707014c021de5d 100644 (file)
@@ -24,7 +24,9 @@ extern "C" {
 #else
 #define AGXBUF_API __declspec(dllimport)
 #endif
-#else
+#endif
+
+#ifndef AGXBUF_API
 #define AGXBUF_API /* nothing */
 #endif