#undef min max for XBOX360

This commit is contained in:
yoshihiropsp 2010-03-26 15:32:15 +00:00
parent 4d0593d1a8
commit 39f549db47
1 changed files with 5 additions and 0 deletions

View File

@ -29,6 +29,11 @@
#include <string> #include <string>
#include <stdarg.h> #include <stdarg.h>
#ifdef _XBOX
#undef min;
#undef max;
#endif
class EMUFILE { class EMUFILE {
protected: protected:
bool failbit; bool failbit;