FALSE should be false.
This commit is contained in:
parent
f9bd8eb22b
commit
9d2b0e1f95
@ -46,7 +46,7 @@ typedef uint32 UINT32;
|
|||||||
typedef boolean BOOL;
|
typedef boolean BOOL;
|
||||||
|
|
||||||
#define TRUE true
|
#define TRUE true
|
||||||
#define FALSE true
|
#define FALSE false
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user