diff --git a/stepmania/src/XmlFile.h b/stepmania/src/XmlFile.h index 9eff62f56d..e1d313c165 100644 --- a/stepmania/src/XmlFile.h +++ b/stepmania/src/XmlFile.h @@ -24,7 +24,9 @@ #define LPTSTR char* #define LPCTSTR const char* #define _tcschr strchr -//#define FALSE false +#ifndef FALSE +# define FALSE false +#endif #define _istspace isspace #define _tcspbrk strpbrk #define IsEmpty empty