fix: Remove duplicate STB_IMAGE_WRITE_IMPLEMENTATION include for Windows64

The Windows64 platform had duplicate include statements for
stb_image_write.h
This commit is contained in:
George V. 2026-04-09 21:04:18 +03:00
parent a0d5c649b9
commit 28cfb83682
No known key found for this signature in database
GPG key ID: 1DB61094F2DD4982

View file

@ -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