mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-01 09:12:35 +00:00
Update fopen_utf8.c
This commit is contained in:
parent
486d5e77e3
commit
6359aee509
@ -1,6 +1,12 @@
|
|||||||
#include <compat/fopen_utf8.h>
|
#include <compat/fopen_utf8.h>
|
||||||
#include <encodings/utf.h>
|
#include <encodings/utf.h>
|
||||||
|
|
||||||
|
#if defined(_MSC_VER) && _MSC_VER < 1400 || defined(_XBOX)
|
||||||
|
#ifndef LEGACY_WIN32
|
||||||
|
#define LEGACY_WIN32
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#undef fopen
|
#undef fopen
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user