mirror of
https://github.com/libretro/RetroArch
synced 2025-04-17 02:43:03 +00:00
Create fopen_utf8.h
This commit is contained in:
parent
059354de2f
commit
d74ad6cd5e
5
libretro-common/include/compat/fopen_utf8.h
Normal file
5
libretro-common/include/compat/fopen_utf8.h
Normal file
@ -0,0 +1,5 @@
|
||||
#include <stdio.h>
|
||||
#ifdef _WIN32
|
||||
#define fopen fopen_utf8
|
||||
FILE* fopen_utf8(const char * filename, const char * mode);
|
||||
#endif
|
Loading…
x
Reference in New Issue
Block a user