From 9cfc2e5b169a1f4681d38cdf034cae952d41ae04 Mon Sep 17 00:00:00 2001 From: Mohamed Ashraf Date: Mon, 2 Mar 2026 22:41:28 +0400 Subject: [PATCH] now its time to go through std hell... --- Minecraft.World/stdafx.h | 2 ++ Minecraft.World/x64headers/extraX64.h | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Minecraft.World/stdafx.h b/Minecraft.World/stdafx.h index d53a12849..943cc5a96 100644 --- a/Minecraft.World/stdafx.h +++ b/Minecraft.World/stdafx.h @@ -107,6 +107,8 @@ typedef XUID GameSessionUID; #include +#include "x64headers/extraX64.h" + #include #include #include diff --git a/Minecraft.World/x64headers/extraX64.h b/Minecraft.World/x64headers/extraX64.h index a210fc892..59b85bb56 100644 --- a/Minecraft.World/x64headers/extraX64.h +++ b/Minecraft.World/x64headers/extraX64.h @@ -11,9 +11,7 @@ #define MULTITHREAD_ENABLE -#ifndef __linux__ typedef unsigned char byte; -#endif // __linux__ const int XUSER_INDEX_ANY = 255; const int XUSER_INDEX_FOCUS = 254;