From: erg Date: Tue, 17 Jul 2007 21:49:24 +0000 (+0000) Subject: Since libexpr includes libsfio, make sure sfio external variable are X-Git-Tag: LAST_LIBGRAPH~32^2~5514 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ac0d2ccf65ff2998e05aef22753ff5cf42d18654;p=graphviz Since libexpr includes libsfio, make sure sfio external variable are treated as local, not imported from dlls on Windows. --- diff --git a/lib/expr/exopen.c b/lib/expr/exopen.c index a18afc860..b0354ea01 100644 --- a/lib/expr/exopen.c +++ b/lib/expr/exopen.c @@ -21,6 +21,14 @@ * expression library */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + +#ifdef GVDLL +#define _BLD_sfio 1 +#endif + #include #include