WIN32 compilation

This commit is contained in:
Vitor Santos Costa 2014-09-16 19:13:09 +01:00
parent dbec254586
commit 0ad92137a9
1 changed files with 4 additions and 0 deletions

View File

@ -110,8 +110,12 @@ typedef int _Bool;
#define true 1
#endif
#ifndef TRUE
#define TRUE true
#endif
#ifndef FALSE
#define FALSE false
#endif
/* Microsoft's Visual C++ Compiler */
#ifdef _MSC_VER /* adjust a config.h from mingw32 to work with vc++ */