From f3294ee49a36696c722cef50676bc41dda7aa166 Mon Sep 17 00:00:00 2001 From: Lars Roland Date: Sun, 13 Feb 2005 00:10:15 +0000 Subject: change nmake makefiles in /trunk and /trunk/epan so that object code for libethereal.dll isn't generated by the makefile in /trunk. Having no code in /trunk linked into libethereal.dll anymore, the definition of the macro _NEED_VAR_IMPORT_ can be moved from various source files in /trunk to /trunk/Makefile.nmake . So do that, too. svn path=/trunk/; revision=13389 --- tap-ansi_astat.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tap-ansi_astat.c') diff --git a/tap-ansi_astat.c b/tap-ansi_astat.c index 6487ae1b85..b2fc6e0bac 100644 --- a/tap-ansi_astat.c +++ b/tap-ansi_astat.c @@ -28,10 +28,6 @@ * This TAP provides statistics for the ANSI A Interface: */ -/* 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" #endif -- cgit v1.2.3