From d706a1e214ac249d2d9eb4bb296fcd35b7d6560a Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Mon, 3 May 2004 23:58:51 +0000 Subject: [PATCH] correct comment for correct scoping rules in VC6 --- stepmania/src/global.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/global.h b/stepmania/src/global.h index 6dabdd61ef..2f9c709a34 100644 --- a/stepmania/src/global.h +++ b/stepmania/src/global.h @@ -23,7 +23,7 @@ #pragma once #endif // _MSC_VER >= 1000 -// HACK: Get correct for scoping rules for VC6. +// HACK: Fake correct scoping rules in VC6. #if _MSC_VER == 1200 #define for if(0); else for #endif // _MSC_VER == 1200