From: Magnus Jacobsson Date: Mon, 10 Jan 2022 15:35:37 +0000 (+0100) Subject: gvc++: [nfc] align storage-class declarations to Graphviz standard in GVLayout.h X-Git-Tag: 3.0.0~75^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=93a97b85a142896eb2ae6fdd60cf4aed40bc5a4a;p=graphviz gvc++: [nfc] align storage-class declarations to Graphviz standard in GVLayout.h --- diff --git a/lib/gvc++/GVLayout.h b/lib/gvc++/GVLayout.h index 9de45440b..defe72efe 100644 --- a/lib/gvc++/GVLayout.h +++ b/lib/gvc++/GVLayout.h @@ -12,7 +12,9 @@ #else #define GVLAYOUT_API __declspec(dllimport) #endif -#else +#endif + +#ifndef GVLAYOUT_API #define GVLAYOUT_API /* nothing */ #endif