From 2ebead56cad5f161a574a0219b42ed2933686fdb Mon Sep 17 00:00:00 2001 From: Tropical <42101043+tropicaaal@users.noreply.github.com> Date: Mon, 30 Mar 2026 00:17:42 -0500 Subject: [PATCH] remove bool identity type --- Minecraft.Client/Platform/Linux/Stubs/winapi_stubs.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Minecraft.Client/Platform/Linux/Stubs/winapi_stubs.h b/Minecraft.Client/Platform/Linux/Stubs/winapi_stubs.h index a828f6954..5f0b9b447 100644 --- a/Minecraft.Client/Platform/Linux/Stubs/winapi_stubs.h +++ b/Minecraft.Client/Platform/Linux/Stubs/winapi_stubs.h @@ -18,7 +18,6 @@ #define S_OK 0 typedef unsigned int DWORD; -typedef bool bool; typedef wchar_t WCHAR; typedef unsigned char BYTE; typedef BYTE* PBYTE;