precaution to prevent double typedefs of the bool
This commit is contained in:
@@ -69,10 +69,9 @@
|
||||
#define FALSE 0
|
||||
#endif
|
||||
|
||||
#ifndef __cplusplus
|
||||
#ifndef typedef_bool
|
||||
#if !defined(__cplusplus) && !defined(__BEOS__) && !defined(typedef_bool)
|
||||
typedef char bool;
|
||||
#endif
|
||||
#define typedef_bool
|
||||
#endif
|
||||
|
||||
#ifndef OS
|
||||
|
||||
Reference in New Issue
Block a user