mirror of
https://github.com/neoStudiosLCE/neoLegacy.git
synced 2026-07-06 13:37:03 +00:00
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:
parent
a0d5c649b9
commit
28cfb83682
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue