mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Update
This commit is contained in:
parent
7fdc516d8d
commit
137a39c705
1 changed files with 4 additions and 0 deletions
|
@ -30,6 +30,8 @@
|
|||
|
||||
RETRO_BEGIN_DECLS
|
||||
|
||||
#ifndef SKIP_STDIO_REDEFINES
|
||||
|
||||
#define FILE RFILE
|
||||
|
||||
#undef fopen
|
||||
|
@ -60,6 +62,8 @@ RETRO_BEGIN_DECLS
|
|||
#define ferror rferror
|
||||
#define feof rfeof
|
||||
|
||||
#endif
|
||||
|
||||
RFILE* rfopen(const char *path, const char *mode);
|
||||
|
||||
int rfclose(RFILE* stream);
|
||||
|
|
Loading…
Add table
Reference in a new issue