From d7467c074980618e7cfc493074f8a0afe9e318a9 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sat, 2 Oct 2004 01:53:02 +0000 Subject: From Lars Roland: define _NEED_VAR_IMPORT_ in dftest.c to make linking with libethereal.dll work again. svn path=/trunk/; revision=12180 --- dftest.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dftest.c') diff --git a/dftest.c b/dftest.c index 2eae86cac9..474e7a8ece 100644 --- a/dftest.c +++ b/dftest.c @@ -22,6 +22,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + +/* With MSVC and a libethereal.dll this file needs to import some variables + in a special way. Therefore _NEED_VAR_IMPORT_ is defined. */ +#define _NEED_VAR_IMPORT_ #ifdef HAVE_CONFIG_H # include "config.h" -- cgit v1.2.3