aboutsummaryrefslogtreecommitdiffstats
path: root/ui/cli/Makefile.nmake
diff options
context:
space:
mode:
Diffstat (limited to 'ui/cli/Makefile.nmake')
-rw-r--r--ui/cli/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/cli/Makefile.nmake b/ui/cli/Makefile.nmake
index e32645b12f..09f9eb8d48 100644
--- a/ui/cli/Makefile.nmake
+++ b/ui/cli/Makefile.nmake
@@ -11,7 +11,7 @@ include ..\..\Makefile.nmake.inc
# We use GENERATED_CFLAGS to get around flex's non-LLP64-compliant output
GENERATED_CFLAGS=\
$(STANDARD_CFLAGS) \
- -D_NEED_VAR_IMPORT_ /Zm800 \
+ /Zm800 \
/I../.. /I../../wiretap $(GLIB_CFLAGS) $(GNUTLS_CFLAGS) \
/I$(PCAP_DIR)\WPCAP\LIBPCAP /I$(PCAP_DIR)\WPCAP\LIBPCAP\bpf \
/I$(PCAP_DIR)\WPCAP\LIBPCAP\lbl \