Update fopen_utf8.c

This commit is contained in:
Alcaro 2017-12-04 20:20:10 +01:00 committed by GitHub
parent 908784b0ae
commit 2f1bcb6409
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,6 @@
#include <compat/fopen_utf8.h>
#include <encodings/utf.h>
#include <stdlib.h>
#if defined(_MSC_VER) && _MSC_VER < 1400 || defined(_XBOX)
#ifndef LEGACY_WIN32