]> 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/exopen.c

index a18afc860c8525355352b4d3b852dd719453a046..b0354ea0111f6b2e9eb44fe9a312310dd6952f99 100644 (file)
  * expression library
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
+#ifdef GVDLL
+#define _BLD_sfio 1
+#endif
+
 #include <exlib.h>
 #include <string.h>