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:
@@ -59,6 +59,14 @@
|
|||||||
/* Second argument to listen(). */
|
/* 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
|
#ifdef NETPLAY_DEBUG_FILE
|
||||||
# define NETPLAY_DEBUG
|
# define NETPLAY_DEBUG
|
||||||
# define DUMP_CRC_OPS
|
# define DUMP_CRC_OPS
|
||||||
|
|||||||
Reference in New Issue
Block a user