aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-06-19 12:42:06 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-06-19 12:42:06 +0000
commit227eb36c83eda54d049ae7ddee36f24a2d46197e (patch)
tree77344111a98b5c64fbdb5e27c4d5ae50077dc6dd /config.nmake
parentaddf9236dc80679fb0701b3808f7d5264a9753dd (diff)
Start to have an generic wireless toolbar. Sligtly modified patch from
Pontus Fuchs. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6973 svn path=/trunk/; revision=43354
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.nmake b/config.nmake
index 1217d30ded..030bef4f05 100644
--- a/config.nmake
+++ b/config.nmake
@@ -1132,9 +1132,11 @@ NEED_XML_DLL=USE
!IFDEF AIRPCAP_DIR
AIRPCAP_CONFIG=^#define HAVE_AIRPCAP 1
+WIRELESS_TOOLBAR_CONFIG=^#define HAVE_WIRELESS_TOOLBAR 1
#AIRPCAP_CFLAGS=/I$(AIRPCAP_DIR)\include
!ELSE
AIRPCAP_CONFIG=
+WIRELESS_TOOLBAR_CONFIG=
!ENDIF
!IFDEF PCAP_DIR