]> granicus.if.org Git - graphviz/commitdiff
Since libexpr includes libsfio, make sure sfio external variable are
authorerg <devnull@localhost>
Tue, 17 Jul 2007 21:49:24 +0000 (21:49 +0000)
committererg <devnull@localhost>
Tue, 17 Jul 2007 21:49:24 +0000 (21:49 +0000)
treated as local, not imported from dlls on Windows.

lib/expr/exparse.y

index 169a0cabd6af99eb0ff5fdad42204a84ec1f132d..fb124678ed3cc258ab51aefe8bdd78374c185d23 100644 (file)
  * NOTE: procedure arguments not implemented yet
  */
 
+#ifdef WIN32
+#include <config.h>
+
+#ifdef GVDLL
+#define _BLD_sfio 1
+#endif
+#endif
+
 #include <stdio.h>
 #include <ast.h>