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

index 8a442a999cc424dfb70409a9044f1ae0786db5c2..6d398aa9279169908c59940c0c1ee930ce070d8b 100644 (file)
@@ -18,7 +18,9 @@
 #else
 #define CGHDR_API __declspec(dllimport)
 #endif
-#else
+#endif
+
+#ifndef CGHDR_API
 #define CGHDR_API /* nothing */
 #endif