correct comment for correct scoping rules in VC6

This commit is contained in:
Chris Danford
2004-05-03 23:58:51 +00:00
parent 258c6a263c
commit d706a1e214
+1 -1
View File
@@ -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