From df909da318c92a208654147452c76317db0600dc Mon Sep 17 00:00:00 2001 From: erg Date: Wed, 30 May 2007 22:27:12 +0000 Subject: [PATCH] Fix use of globals to not use imports with dlls since the globals are all part of the same dll. --- lib/common/globals.c | 4 ---- 1 file changed, 4 deletions(-) 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" -- 2.40.0