Fix VC8 macro redef warning. (more to come)

This commit is contained in:
Jason Felds
2006-07-18 03:56:37 +00:00
parent 4f8049377b
commit 366c3440d4
29 changed files with 84 additions and 83 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ void OptionIcon::Set( PlayerNumber pn, const RString &_sText, bool bHeader )
"OFF",
};
for( unsigned i=0; i<ARRAYSIZE(sStopWords); i++ )
for( unsigned i=0; i<ARRAY_SIZE(sStopWords); i++ )
if( 0==stricmp(sText,sStopWords[i]) )
sText = "";