#define BOOL boolean -> #define boolean BOOL

This commit is contained in:
Sally Coolatta 2022-12-15 20:54:15 -05:00
parent 1b4c910cbf
commit 5ffcfb558f

View file

@ -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