From: Magnus Jacobsson Date: Sat, 1 Jan 2022 16:25:54 +0000 (+0100) Subject: cgraph: [nfc] align storage-class declarations to Graphviz standard in cghdr.h X-Git-Tag: 3.0.0~87^2~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=22d779a4e52ff4078b2a5f67daaaf724535619fe;p=graphviz cgraph: [nfc] align storage-class declarations to Graphviz standard in cghdr.h --- diff --git a/lib/cgraph/cghdr.h b/lib/cgraph/cghdr.h index 8a442a999..6d398aa92 100644 --- a/lib/cgraph/cghdr.h +++ b/lib/cgraph/cghdr.h @@ -18,7 +18,9 @@ #else #define CGHDR_API __declspec(dllimport) #endif -#else +#endif + +#ifndef CGHDR_API #define CGHDR_API /* nothing */ #endif