aboutsummaryrefslogtreecommitdiffstats
path: root/wireshark.vcproj
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2012-10-01 11:47:36 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2012-10-01 11:47:36 +0000
commit2fbf659e28aae69ba2dd5482571d612a9cf7e039 (patch)
treeaa67839a7207dbad466bfd48e03051e1cb8f6159 /wireshark.vcproj
parentf89635883fe7d0967ef0fb14ab3396d2682db1c1 (diff)
Stop defining HAVE_CONFIG_H on Windows builds too.
svn path=/trunk/; revision=45231
Diffstat (limited to 'wireshark.vcproj')
-rw-r--r--wireshark.vcproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/wireshark.vcproj b/wireshark.vcproj
index 8d247af052..bc8f70626a 100644
--- a/wireshark.vcproj
+++ b/wireshark.vcproj
@@ -28,7 +28,7 @@
ReBuildCommandLine=""
CleanCommandLine="nmake -f Makefile.nmake distclean"
Output="wireshark-gtk2\wireshark.exe"
- PreprocessorDefinitions="WIN32;_DEBUG;HAVE_CONFIG_H"
+ PreprocessorDefinitions="WIN32;_DEBUG"
IncludeSearchPath=""
ForcedIncludes=""
AssemblySearchPath=""