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

index 90d7eff6070d2627f662f3db247fb317c9b80ed3..21aefab8a85f218411287b91d8f889b453bd5790 100644 (file)
@@ -20,7 +20,9 @@ extern "C" {
 #else
 #define LAB_GAMUT_API __declspec(dllimport)
 #endif
-#else
+#endif
+
+#ifndef LAB_GAMUT_API
 #define LAB_GAMUT_API /* nothing */
 #endif