1
0
mirror of https://github.com/libretro/RetroArch synced 2025-04-02 16:20:39 +00:00

Prevent redefinition of typedef; C11 only

This commit is contained in:
Twinaphex 2017-09-22 04:43:17 +02:00
parent 3c04a9776c
commit 4bbaa65361

@ -30,9 +30,9 @@
#include <retro_common_api.h> #include <retro_common_api.h>
#include <boolean.h> #include <boolean.h>
RETRO_BEGIN_DECLS #include <libchdr/chd.h>
typedef struct _chd_file chd_file; RETRO_BEGIN_DECLS
enum intfstream_type enum intfstream_type
{ {