forked from teamnwah/openmw-tes3coop
Use typedef instead define for bool
This commit is contained in:
parent
4ca5da5666
commit
eee9fc1ad1
1 changed files with 2 additions and 2 deletions
|
@ -24,5 +24,5 @@ typedef unsigned int PlayerId;
|
|||
#define InvalidPID ((unsigned int) -1)
|
||||
|
||||
#if !defined __cplusplus
|
||||
#define bool uint8_t
|
||||
#endif
|
||||
typedef uint8_t bool;
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue