From 81c9b9d021a8b0c2bc0101989d8bf9ea9606e38f Mon Sep 17 00:00:00 2001 From: Tropical <42101043+tropicaaal@users.noreply.github.com> Date: Mon, 2 Mar 2026 17:48:28 -0600 Subject: [PATCH] feat: stub `InitializeCriticalSection` in extraX64 --- Minecraft.World/x64headers/extraX64.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Minecraft.World/x64headers/extraX64.h b/Minecraft.World/x64headers/extraX64.h index c5bf0aeac..e351f4d48 100644 --- a/Minecraft.World/x64headers/extraX64.h +++ b/Minecraft.World/x64headers/extraX64.h @@ -47,6 +47,9 @@ typedef struct _RTL_CRITICAL_SECTION { typedef RTL_CRITICAL_SECTION CRITICAL_SECTION; +inline void InitializeCriticalSection(CRITICAL_SECTION* stubEnterCS) +{ +} inline void DeleteCriticalSection(CRITICAL_SECTION* stubEnterCS) {