mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-02 06:04:21 +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
|
||||
typedef int32_t boolean;
|
||||
#else
|
||||
#define BOOL boolean
|
||||
#define boolean BOOL
|
||||
#endif
|
||||
|
||||
#ifndef __cplusplus
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue