diff options
author | Gerald Combs <gerald@wireshark.org> | 2009-11-12 23:48:11 +0000 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2009-11-12 23:48:11 +0000 |
commit | 23df4e7f01744225dab519fa3905f558367e7d62 (patch) | |
tree | bacb3cc1a6cc9e24a88fff4aefc1820535830412 /config.nmake | |
parent | 4ec4b16285a8ca8b0e15add61c9fa8e944f0b004 (diff) | |
download | wireshark-23df4e7f01744225dab519fa3905f558367e7d62.tar.gz wireshark-23df4e7f01744225dab519fa3905f558367e7d62.tar.bz2 wireshark-23df4e7f01744225dab519fa3905f558367e7d62.zip |
Update the AirPcap code for Win64 and enable AirPcap for the 64-bit build.
svn path=/trunk/; revision=30945
Diffstat (limited to 'config.nmake')
-rw-r--r-- | config.nmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.nmake b/config.nmake index 62670a6ade..06bfe923e6 100644 --- a/config.nmake +++ b/config.nmake @@ -341,7 +341,7 @@ PORTAUDIO_VERSION=19 # If you don't have the AirPcap developer's pack, comment this line out, # so that AIRPCAP_DIR isn't defined. # -AIRPCAP_DIR=$(WIRESHARK_LIBS)\AirPcap_Devpack_1_0_0_594\AirPcap_Devpack +AIRPCAP_DIR=$(WIRESHARK_LIBS)\AirPcap_Devpack_4_1_0_1622\AirPcap_Devpack # # Optional: LIBSMI, System Management Interface @@ -573,7 +573,7 @@ PORTAUDIO_VERSION=19 # If you don't have the AirPcap developer's pack, comment this line out, # so that AIRPCAP_DIR isn't defined. # -#AIRPCAP_DIR=$(WIRESHARK_LIBS)\AirPcap_Devpack_1_0_0_594\AirPcap_Devpack +AIRPCAP_DIR=$(WIRESHARK_LIBS)\AirPcap_Devpack_4_1_0_1622\AirPcap_Devpack # # Optional: LIBSMI, System Management Interface |