(BOOL): Changed from char to unsigned char.
From-SVN: r8230
This commit is contained in:
parent
b962cd0b23
commit
ffa8bd9bcb
@ -35,7 +35,7 @@ extern "C" {
|
||||
/*
|
||||
** Definition of the boolean type.
|
||||
*/
|
||||
typedef char BOOL;
|
||||
typedef unsigned char BOOL;
|
||||
#define YES (BOOL)1
|
||||
#define NO (BOOL)0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user