vrclient: Fix building on mac
This commit is contained in:
parent
855f09b019
commit
3c3c08a850
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
#ifndef __cplusplus
|
||||
#ifndef bool
|
||||
typedef char bool; /* 1 byte on modern visual studio c++ */
|
||||
#endif
|
||||
|
||||
/* enums */
|
||||
typedef int
|
||||
|
|
Loading…
Reference in a new issue