mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 01:01:33 +00:00
#define BOOL boolean -> #define boolean BOOL
This commit is contained in:
parent
a7964ffc69
commit
42bf107b71
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue