From: Magnus Jacobsson Date: Sun, 2 Jan 2022 09:54:59 +0000 (+0100) Subject: cgraph: [nfc] align storage-class declarations to Graphviz standard in sprint.h X-Git-Tag: 3.0.0~87^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b252141e0cdef74eaa5dbc81f28effce17aedb80;p=graphviz cgraph: [nfc] align storage-class declarations to Graphviz standard in sprint.h --- diff --git a/lib/cgraph/sprint.h b/lib/cgraph/sprint.h index 30cf1f1e2..2584defa1 100644 --- a/lib/cgraph/sprint.h +++ b/lib/cgraph/sprint.h @@ -6,7 +6,9 @@ #else #define SPRINT_API __declspec(dllimport) #endif -#else +#endif + +#ifndef SPRINT_API #define SPRINT_API /* nothing */ #endif