removing BOOLEAN definition (checked under mingw)
This commit is contained in:
parent
514a3816aa
commit
0f5618619c
|
|
@ -3,11 +3,10 @@
|
||||||
|
|
||||||
typedef unsigned char bool;
|
typedef unsigned char bool;
|
||||||
|
|
||||||
#define BOOLEAN int
|
#define TRUE 1
|
||||||
#define TRUE 1
|
|
||||||
#define FALSE 0
|
#define FALSE 0
|
||||||
#define NO 0
|
#define NO 0
|
||||||
#define YES 1
|
#define YES 1
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue