From 38064f97a14da40f2296180384715f8b1e057e2b Mon Sep 17 00:00:00 2001 From: SmashedFrenzy16 Date: Fri, 6 Mar 2026 14:52:52 +0000 Subject: [PATCH] Fix preprocessor directive for Windows compatibility in Class.h --- Minecraft.World/Class.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Minecraft.World/Class.h b/Minecraft.World/Class.h index 25802c3ff..d327a1c99 100644 --- a/Minecraft.World/Class.h +++ b/Minecraft.World/Class.h @@ -338,7 +338,7 @@ inline bool eTYPE_FLAGSET(eINSTANCEOF flag, eINSTANCEOF claz) /// FOR CHECKING /// -#if !(defined _WINDOWS64) +#if !(defined _WIN32) class SubClass {