mirror of https://github.com/PCSX2/pcsx2.git
Revert "PrecompiledHeader.h: Removed WTF-redefines"
This reverts commit 9fdb318776
.
This commit is contained in:
parent
9fdb318776
commit
c911ba4747
|
@ -58,6 +58,13 @@
|
|||
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