summaryrefslogtreecommitdiff
path: root/config.nmake
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2012-01-27 03:41:20 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2012-01-27 03:41:20 +0000
commit6d213e71bd4282dc4158bd588dbd9603845010f3 (patch)
treeda7143145f8a113811198aca2308c7f076282502 /config.nmake
parent17885e4130c6b1ba2c894af753e979b8b086d4b9 (diff)
downloadwireshark-6d213e71bd4282dc4158bd588dbd9603845010f3.tar.gz
Since we know the version of WinPcap we're compiling against, go ahead and display it instead of displaying "version unknown".
svn path=/trunk/; revision=40740
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 72290f64b7..f858eae404 100644
--- a/config.nmake
+++ b/config.nmake
@@ -769,7 +769,7 @@ LOCAL_CFLAGS= $(LOCAL_CFLAGS) /analyze:WX-
!ENDIF
#STANDARD_CFLAGS are flags used for *Wireshark* compiles (not stuff like lemon, etc)
-STANDARD_CFLAGS=-DHAVE_CONFIG_H -D_U_="" $(LOCAL_CFLAGS) $(WARNINGS_CFLAGS)
+STANDARD_CFLAGS=-DHAVE_CONFIG_H -D_U_="" /DPCAP_VERSION="\"$(PCAP_VERSION)\"" $(LOCAL_CFLAGS) $(WARNINGS_CFLAGS)
#Comment out the following if warnings are not to be treated as errors
WARNINGS_ARE_ERRORS=-WX