mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-22 05:36:09 +01:00
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 __cplusplus
|
||||||
|
#ifndef bool
|
||||||
typedef char bool; /* 1 byte on modern visual studio c++ */
|
typedef char bool; /* 1 byte on modern visual studio c++ */
|
||||||
|
#endif
|
||||||
|
|
||||||
/* enums */
|
/* enums */
|
||||||
typedef int
|
typedef int
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue