diff options
author | Lars Roland <Lars.Roland@gmx.net> | 2005-02-13 00:10:15 +0000 |
---|---|---|
committer | Lars Roland <Lars.Roland@gmx.net> | 2005-02-13 00:10:15 +0000 |
commit | f3294ee49a36696c722cef50676bc41dda7aa166 (patch) | |
tree | b0b8eee32a8c47adf8136c436063276aa69f67a5 /tap-wspstat.c | |
parent | d685e466d9e77d6557a6ca24fd24e4f89d2193d8 (diff) | |
download | wireshark-f3294ee49a36696c722cef50676bc41dda7aa166.tar.gz wireshark-f3294ee49a36696c722cef50676bc41dda7aa166.tar.bz2 wireshark-f3294ee49a36696c722cef50676bc41dda7aa166.zip |
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
Diffstat (limited to 'tap-wspstat.c')
-rw-r--r-- | tap-wspstat.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tap-wspstat.c b/tap-wspstat.c index 8fe193e538..64c5125527 100644 --- a/tap-wspstat.c +++ b/tap-wspstat.c @@ -27,10 +27,6 @@ * */ -/* 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 |