Skip to content

Commit

Permalink
try to fix #45
Browse files Browse the repository at this point in the history
  • Loading branch information
r-type committed Feb 1, 2017
1 parent 9424403 commit ee898d8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 3rdparty/libflac/include/share/compat.h
Expand Up @@ -53,7 +53,7 @@
#define fseeko _fseeki64
#define ftello _ftelli64
#else /* MinGW */
#if !defined(HAVE_FSEEKO)
#if !defined(HAVE_FSEEKO) && !defined __MINGW32__
#define fseeko fseeko64
#define ftello ftello64
#endif
Expand Down Expand Up @@ -139,7 +139,8 @@
# endif
#endif /* defined _MSC_VER */

#ifdef _WIN32
#if defined( _WIN32) && !defined(__MINGW32__)

/* All char* strings are in UTF-8 format. Added to support Unicode files on Windows */
#include "share/win_utf8_io.h"

Expand Down

0 comments on commit ee898d8

Please sign in to comment.