mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-05 01:33:31 +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…
Reference in New Issue
Block a user