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:
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
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user