From 28cfb836821e2176a335863031b500a9a5ee665e Mon Sep 17 00:00:00 2001 From: "George V." Date: Thu, 9 Apr 2026 21:04:18 +0300 Subject: [PATCH] fix: Remove duplicate STB_IMAGE_WRITE_IMPLEMENTATION include for Windows64 The Windows64 platform had duplicate include statements for stb_image_write.h --- Minecraft.Client/Minecraft.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Minecraft.Client/Minecraft.cpp b/Minecraft.Client/Minecraft.cpp index 3c82e1ec..6e1074b0 100644 --- a/Minecraft.Client/Minecraft.cpp +++ b/Minecraft.Client/Minecraft.cpp @@ -77,11 +77,6 @@ #include "Windows64/stb_image_write.h" #endif -#ifdef _WINDOWS64 -#define STB_IMAGE_WRITE_IMPLEMENTATION -#include "Windows64/stb_image_write.h" -#endif - #ifdef __ORBIS__ #include "Orbis/Network/PsPlusUpsellWrapper_Orbis.h" #endif