From: erg Date: Wed, 30 May 2007 22:27:12 +0000 (+0000) Subject: Fix use of globals to not use imports with dlls since the globals X-Git-Tag: LAST_LIBGRAPH~32^2~5553 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f77225c4d7a248daf7507e85c6561af9df083518;p=graphviz Fix use of globals to not use imports with dlls since the globals are all part of the same dll. --- diff --git a/lib/common/globals.h b/lib/common/globals.h index f2a166f9f..9589b1622 100644 --- a/lib/common/globals.h +++ b/lib/common/globals.h @@ -38,10 +38,6 @@ # define external __IMPORT__ #endif #endif -#if !_BLD_dotneato && defined(GVDLL) -#define external __declspec(dllimport) -#define EXTERN __declspec(dllimport) -#endif #ifndef external # define external extern