mirror of https://github.com/PCSX2/pcsx2.git
PrecompiledHeader.h: Removed WTF-redefines
Removed redefinition of TRUE and FALSE, and removed typedef of int to BOOL
This commit is contained in:
parent
fb5b7a34e3
commit
9fdb318776
|
@ -58,13 +58,6 @@
|
|||
using std::min;
|
||||
using std::max;
|
||||
|
||||
typedef int BOOL;
|
||||
|
||||
#undef TRUE
|
||||
#undef FALSE
|
||||
#define TRUE 1
|
||||
#define FALSE 0
|
||||
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////////////////
|
||||
// Begin Pcsx2 Includes: Add items here that are local to Pcsx2 but stay relatively
|
||||
|
|
Loading…
Reference in New Issue