#define BOOL boolean -> #define boolean BOOL

This commit is contained in:
Sally Coolatta 2022-12-15 20:54:15 -05:00
parent a7964ffc69
commit 42bf107b71

View file

@ -139,7 +139,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