diff --git a/stepmania/src/ScreenTestFonts.h b/stepmania/src/ScreenTestFonts.h index 16c9e2fd19..d966f85f36 100644 --- a/stepmania/src/ScreenTestFonts.h +++ b/stepmania/src/ScreenTestFonts.h @@ -3,6 +3,10 @@ #ifndef SCREEN_TEST_FONTS_H #define SCREEN_TEST_FONTS_H +#if defined(_XBOX) +#undef TEXT +#endif + #include "Screen.h" #include "BitmapText.h" #include "Quad.h"