]> granicus.if.org Git - graphviz/commitdiff
Fix use of globals to not use imports with dlls since the globals
authorerg <devnull@localhost>
Wed, 30 May 2007 22:27:12 +0000 (22:27 +0000)
committererg <devnull@localhost>
Wed, 30 May 2007 22:27:12 +0000 (22:27 +0000)
are all part of the same dll.

lib/common/globals.c

index 6e4ecd4f06b941bac770b6ef7f5e77cf96331552..927b3cb61f054bda3626cf0f3606975515e73921 100644 (file)
 #include "config.h"
 #endif
 
-#if defined(GVDLL)
-#define _BLD_dotneato 1
-#else
 #define EXTERN
-#endif
 #include "types.h"
 #include "globals.h"