]> 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.h

index f2a166f9f13f64d3f9c3869356de8dd5abbf8f63..9589b16220d196606818010fd7593bf1ae97f69d 100644 (file)
 #   define external __IMPORT__
 #endif
 #endif
-#if !_BLD_dotneato && defined(GVDLL)
-#define external       __declspec(dllimport)
-#define EXTERN __declspec(dllimport)
-#endif
 
 #ifndef external
 #   define external   extern