aboutsummaryrefslogtreecommitdiffstats
path: root/capture_ui_utils.c
diff options
context:
space:
mode:
authorlroland <lroland@f5534014-38df-0310-8fa8-9805f1628bb7>2005-02-13 00:10:15 +0000
committerlroland <lroland@f5534014-38df-0310-8fa8-9805f1628bb7>2005-02-13 00:10:15 +0000
commit5fc40e63a266cbb66ea532cf745f51bf5e17a08a (patch)
treeb0b8eee32a8c47adf8136c436063276aa69f67a5 /capture_ui_utils.c
parenta254473b54a0c503c35fe19d3041ced5306867f1 (diff)
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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13389 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'capture_ui_utils.c')
-rw-r--r--capture_ui_utils.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/capture_ui_utils.c b/capture_ui_utils.c
index 561f5289ab..1bbcb02558 100644
--- a/capture_ui_utils.c
+++ b/capture_ui_utils.c
@@ -22,10 +22,6 @@
* 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"
#endif