From ac0d2ccf65ff2998e05aef22753ff5cf42d18654 Mon Sep 17 00:00:00 2001 From: erg Date: Tue, 17 Jul 2007 21:49:24 +0000 Subject: [PATCH] Since libexpr includes libsfio, make sure sfio external variable are treated as local, not imported from dlls on Windows. --- lib/expr/exopen.c | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- 2.40.0