#undef min max for XBOX360
This commit is contained in:
parent
4d0593d1a8
commit
39f549db47
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue