Skip to content
Snippets Groups Projects
Commit 42bf107b authored by Sal's avatar Sal
Browse files

#define BOOL boolean -> #define boolean BOOL

parent a7964ffc
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment