PrecompiledHeader.h: Removed WTF-redefines

Removed redefinition of TRUE and FALSE, and removed typedef of int to BOOL
This commit is contained in:
archshift
2014-08-06 03:46:15 -07:00
parent fb5b7a34e3
commit 9fdb318776

View File

@@ -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