]> granicus.if.org Git - graphviz/commitdiff
ortho: [nfc] align storage-class declarations to Graphviz standard in ortho.h
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Sun, 2 Jan 2022 17:07:18 +0000 (18:07 +0100)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Mon, 10 Jan 2022 13:05:21 +0000 (14:05 +0100)
lib/ortho/ortho.h

index 4cf56cf5e464e51db39b5517a9b4c7d7e16e96e1..44b415a8c5f042b9b019cd542572db964f04d863 100644 (file)
@@ -18,7 +18,9 @@
 #else
 #define ORTHO_API __declspec(dllimport)
 #endif
-#else
+#endif
+
+#ifndef ORTHO_API
 #define ORTHO_API /* nothing */
 #endif