mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
(fopen_utf8.c) Cleanup
This commit is contained in:
parent
cb06405293
commit
876aca8817
1 changed files with 1 additions and 3 deletions
|
@ -36,9 +36,7 @@
|
|||
|
||||
void *fopen_utf8(const char * filename, const char * mode)
|
||||
{
|
||||
#if defined(_XBOX)
|
||||
return fopen(filename, mode);
|
||||
#elif defined(LEGACY_WIN32)
|
||||
#if defined(LEGACY_WIN32)
|
||||
FILE *ret = NULL;
|
||||
char * filename_local = utf8_to_local_string_alloc(filename);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue