Revert "PrecompiledHeader.h: Removed WTF-redefines"

This reverts commit 9fdb318776.
This commit is contained in:
archshift 2014-08-06 04:12:38 -07:00
parent 9fdb318776
commit c911ba4747
1 changed files with 7 additions and 0 deletions

View File

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