#undef min max for XBOX360
This commit is contained in:
parent
4d0593d1a8
commit
39f549db47
|
@ -29,6 +29,11 @@
|
|||
#include <string>
|
||||
#include <stdarg.h>
|
||||
|
||||
#ifdef _XBOX
|
||||
#undef min;
|
||||
#undef max;
|
||||
#endif
|
||||
|
||||
class EMUFILE {
|
||||
protected:
|
||||
bool failbit;
|
||||
|
|
Loading…
Reference in New Issue