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