mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-28 02:30:35 +00:00
Fix imageviewer
This commit is contained in:
parent
fde7899acb
commit
6f386d56cd
@ -10,7 +10,11 @@
|
||||
#include <compat/strl.h>
|
||||
#include <retro_environment.h>
|
||||
|
||||
#if defined(HAVE_STB_IMAGE) && (__STDC_VERSION__ >= 199901L)
|
||||
#if defined(HAVE_RPNG) || defined(HAVE_RJPEG) || defined(HAVE_RTGA) || defined(HAVE_RBMP)
|
||||
#define PREFER_NON_STB_IMAGE
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_STB_IMAGE) && !defined(PREFER_NON_STB_IMAGE)
|
||||
#define STB_IMAGE_IMPLEMENTATION
|
||||
|
||||
#if 0
|
||||
|
Loading…
Reference in New Issue
Block a user