From 42bf107b71f157058ae0a57d40d2d85a0d5c52ae Mon Sep 17 00:00:00 2001
From: Sally Coolatta <tehrealsalt@gmail.com>
Date: Thu, 15 Dec 2022 20:54:15 -0500
Subject: [PATCH] #define BOOL boolean -> #define boolean BOOL

---
 src/doomtype.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/doomtype.h b/src/doomtype.h
index e6da5e50c7..c59e173813 100644
--- a/src/doomtype.h
+++ b/src/doomtype.h
@@ -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
-- 
GitLab