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

index 62d10edb5311143be11679590387d4665a8fa2d7..e7e893c6528735f776fe59a19d73e3033f242608 100644 (file)
@@ -10,7 +10,9 @@
 #else
 #define GVCONTEXT_API __declspec(dllimport)
 #endif
-#else
+#endif
+
+#ifndef GVCONTEXT_API
 #define GVCONTEXT_API /* nothing */
 #endif