mirror of
https://github.com/raspberrypi/userland.git
synced 2025-12-06 04:49:12 +00:00
vcinclude: Try to define bool_t in a way less likely to conflict with other includes
This commit is contained in:
@@ -87,7 +87,11 @@ typedef enum bool_e
|
|||||||
{
|
{
|
||||||
VC_FALSE = 0,
|
VC_FALSE = 0,
|
||||||
VC_TRUE = 1,
|
VC_TRUE = 1,
|
||||||
} bool_t;
|
} VC_BOOL_T;
|
||||||
|
|
||||||
|
#ifndef bool_t
|
||||||
|
#define bool_t VC_BOOL_T
|
||||||
|
#endif
|
||||||
|
|
||||||
/*}}}*/
|
/*}}}*/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user