summaryrefslogtreecommitdiff
path: root/config.h.win32
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2007-01-29 20:58:46 +0000
committerAnders Broman <anders.broman@ericsson.com>2007-01-29 20:58:46 +0000
commit5aff8deff131f402f875b1e6c159e7c391deed9a (patch)
treef8362740ffbeeb15494f193274898edba81f984b /config.h.win32
parented692e1c8a5238ef26ef80b686d4fe0a2a4e8f09 (diff)
downloadwireshark-5aff8deff131f402f875b1e6c159e7c391deed9a.tar.gz
Comment out Ulfs changes to be able to do a test build.
svn path=/trunk/; revision=20609
Diffstat (limited to 'config.h.win32')
-rw-r--r--config.h.win322
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h.win32 b/config.h.win32
index 516a2c79b7..d956a112bd 100644
--- a/config.h.win32
+++ b/config.h.win32
@@ -256,6 +256,7 @@
/* check if the MSVC_VARIANT setting in config.nmake and the current MSVC compiler version matches together */
/* user might forget to set this or the PATH to the C compiler could be wrong */
+/*
#if _MSC_VER != 1400 && (MSVC_VARIANT == MSVC2005EE || MSVC_VARIANT == MSVC2005 || MSVC_VARIANT == DOTNET20 || MSVC_VARIANT == DOTNET30)
#error Your MSVC_VARIANT setting in config.nmake and the C compiler version 14.00 (V8.0) don't match!
#elseif _MSC_VER != 1310 && (MSVC_VARIANT == MSVC2003 || MSVC_VARIANT == DOTNET11)
@@ -265,3 +266,4 @@
#elseif _MSC_VER != 1200 && (MSVC_VARIANT == MSVC6)
#error Your MSVC_VARIANT setting in config.nmake and the C compiler version 12.00 (V6.0) don't match!
#endif
+*/