WIN32 compilation
This commit is contained in:
parent
dbec254586
commit
0ad92137a9
4
H/Yap.h
4
H/Yap.h
@ -110,8 +110,12 @@ typedef int _Bool;
|
|||||||
#define true 1
|
#define true 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef TRUE
|
||||||
#define TRUE true
|
#define TRUE true
|
||||||
|
#endif
|
||||||
|
#ifndef FALSE
|
||||||
#define FALSE false
|
#define FALSE false
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Microsoft's Visual C++ Compiler */
|
/* Microsoft's Visual C++ Compiler */
|
||||||
#ifdef _MSC_VER /* adjust a config.h from mingw32 to work with vc++ */
|
#ifdef _MSC_VER /* adjust a config.h from mingw32 to work with vc++ */
|
||||||
|
Reference in New Issue
Block a user