Comment out Ulfs changes to be able to do a test build.
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 29 Jan 2007 20:58:46 +0000 (20:58 +0000)
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 29 Jan 2007 20:58:46 +0000 (20:58 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20609 f5534014-38df-0310-8fa8-9805f1628bb7

config.h.win32

index 516a2c79b796875d1e409aff4f4b152a8881179e..d956a112bd033f0c93286fd8763950749701cf98 100644 (file)
 
 /* 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)
 #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
+*/