- clarify why Boolean is defined as unsigned char for Carbon.
This commit is contained in:
parent
66452e9898
commit
97197e326b
@ -466,6 +466,7 @@
|
||||
#endif
|
||||
|
||||
#if BX_WITH_CARBON
|
||||
// Boolean is defined as unsigned char in Carbon header files.
|
||||
typedef unsigned char Boolean;
|
||||
#elif BX_WITH_MACOS
|
||||
// don't define Boolean at all
|
||||
|
Loading…
Reference in New Issue
Block a user