No checksum logging when using MSVC 6.0, as it doesn't have __VA_ARGS__.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2699 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
Meep-Eep
2007-02-06 14:35:49 +00:00
parent cd673e3275
commit 9e93802f41
+8
View File
@@ -59,6 +59,14 @@
/* Second argument to listen(). */
#ifdef(_MSC_VER)
# if _MSC_VER < 1300
/* NETPLAY_DEBUG_FILE requires the __VA_ARGS__ macro, which is
* not available on MSVC 6.0. */
# undef NETPLAY_DEBUG_FILE
# endif
#endif
#ifdef NETPLAY_DEBUG_FILE
# define NETPLAY_DEBUG
# define DUMP_CRC_OPS