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~5554 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=df909da318c92a208654147452c76317db0600dc;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.c b/lib/common/globals.c index 6e4ecd4f0..927b3cb61 100644 --- a/lib/common/globals.c +++ b/lib/common/globals.c @@ -18,10 +18,6 @@ #include "config.h" #endif -#if defined(GVDLL) -#define _BLD_dotneato 1 -#else #define EXTERN -#endif #include "types.h" #include "globals.h"