mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-02 14:12:47 +00:00
#define BOOL boolean -> #define boolean BOOL
This commit is contained in:
parent
1b4c910cbf
commit
5ffcfb558f
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ size_t strlcpy(char *dst, const char *src, size_t siz);
|
||||||
#ifndef _WIN32
|
#ifndef _WIN32
|
||||||
typedef int32_t boolean;
|
typedef int32_t boolean;
|
||||||
#else
|
#else
|
||||||
#define BOOL boolean
|
#define boolean BOOL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __cplusplus
|
#ifndef __cplusplus
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue