aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2009-04-16 18:14:38 +0000
committerGerald Combs <gerald@wireshark.org>2009-04-16 18:14:38 +0000
commitc0ebf76780417a82404f5c87e179fc6c1dd12271 (patch)
tree55a0c3f3b7338e655f53786ec175759adf7b8662 /config.nmake
parenta7fd8c01f26112721a0d4604d0d083deef3853d5 (diff)
Fix (and likely re-break) the Windows builds:
- Use the latest WinPcap Developer's Pack. - In file_dlg_win32.c, try to fix Visual C++ 6.0 compilation. - #if 0 out a bunch of definitions in capture_if_details_dlg_win32.c that already exist in Ntddndis.h. svn path=/trunk/; revision=28067
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.nmake b/config.nmake
index b8a957f0d5..875106500d 100644
--- a/config.nmake
+++ b/config.nmake
@@ -174,7 +174,7 @@ PANGO_INST_VERSION=1.24
# If you don't have the WPdpack, comment this line out, so that
# PCAP_DIR isn't defined.
#
-PCAP_VERSION=4_0_2
+PCAP_VERSION=4_1_beta5
PCAP_DIR=$(WIRESHARK_LIBS)\WPdpack
#