aboutsummaryrefslogtreecommitdiffstats
path: root/all.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 /all.vcproj
parentf89635883fe7d0967ef0fb14ab3396d2682db1c1 (diff)
Stop defining HAVE_CONFIG_H on Windows builds too.
svn path=/trunk/; revision=45231
Diffstat (limited to 'all.vcproj')
-rw-r--r--all.vcproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/all.vcproj b/all.vcproj
index 58f750194d..122035b8fb 100644
--- a/all.vcproj
+++ b/all.vcproj
@@ -28,7 +28,7 @@
ReBuildCommandLine="nmake -f Makefile.nmake setup distclean all"
CleanCommandLine="nmake -f Makefile.nmake clean_setup distclean"
Output="wireshark-gtk2\wireshark.exe"
- PreprocessorDefinitions="WIN32;_DEBUG;HAVE_CONFIG_H"
+ PreprocessorDefinitions="WIN32;_DEBUG"
IncludeSearchPath=""
ForcedIncludes=""
AssemblySearchPath=""