]> granicus.if.org Git - graphviz/commitdiff
gvc++: [nfc] align storage-class declarations to Graphviz standard in GVLayout.h
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Mon, 10 Jan 2022 15:35:37 +0000 (16:35 +0100)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Tue, 11 Jan 2022 06:19:33 +0000 (07:19 +0100)
lib/gvc++/GVLayout.h

index 9de45440b4c148dca7eb35328c72add980418522..defe72efee1b3ef5b44fb6734f759d8acdc215c0 100644 (file)
@@ -12,7 +12,9 @@
 #else
 #define GVLAYOUT_API __declspec(dllimport)
 #endif
-#else
+#endif
+
+#ifndef GVLAYOUT_API
 #define GVLAYOUT_API /* nothing */
 #endif