FOREACH_ENUM2 -> FOREACH_ENUM

This commit is contained in:
Glenn Maynard
2006-10-07 08:56:58 +00:00
parent 30fd6d77b4
commit 617e8b5335
39 changed files with 64 additions and 65 deletions
@@ -42,7 +42,7 @@ static const char *ProfileActionNames[] = {
};
XToString( ProfileAction, NUM_ProfileAction );
XToLocalizedString( ProfileAction );
#define FOREACH_ProfileAction( i ) FOREACH_ENUM2( ProfileAction, i )
#define FOREACH_ProfileAction( i ) FOREACH_ENUM( ProfileAction, i )
static MenuDef g_TempMenu(
"ScreenMiniMenuContext"