This commit is contained in:
twinaphex 2017-07-28 09:23:36 +02:00
parent 838f4b9ad5
commit 1fd384e827

View File

@ -24,12 +24,12 @@
#define __LIBRETRO_SDK_FILE_STREAM_TRANSFORMS_H
#include <retro_common_api.h>
#include <streams/file_stream.h>
#include <string.h>
RETRO_BEGIN_DECLS
typedef struct RFILE RFILE;
#define FILE RFILE
#define fopen rfopen