From eb1ca66ef528028cacdeb023979af4238dd9f29f Mon Sep 17 00:00:00 2001 From: Meep-Eep Date: Tue, 6 Feb 2007 15:19:32 +0000 Subject: [PATCH] Correction. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2700 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/sc2code/netplay/netplay.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc2/src/sc2code/netplay/netplay.h b/sc2/src/sc2code/netplay/netplay.h index b3e4f924a..dd2fbf28e 100644 --- a/sc2/src/sc2code/netplay/netplay.h +++ b/sc2/src/sc2code/netplay/netplay.h @@ -59,7 +59,7 @@ /* Second argument to listen(). */ -#ifdef(_MSC_VER) +#ifdef _MSC_VER # if _MSC_VER < 1300 /* NETPLAY_DEBUG_FILE requires the __VA_ARGS__ macro, which is * not available on MSVC 6.0. */