summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2013-04-02 06:27:07 +1100
committerErik de Castro Lopo <erikd@mega-nerd.com>2013-04-02 06:27:12 +1100
commitf44c353e59641bc071afd4587049d7489dfe6317 (patch)
tree7035ba8ec203f697eb81a41e768d4d17cd5de0df /src
parentc7603948de030af8f2faa2205726f1600190ed65 (diff)
downloadflac-f44c353e59641bc071afd4587049d7489dfe6317.tar.gz
Two small patches for utf8 I/O.
Thanks to LRN <lrn1986@gmail.com>.
Diffstat (limited to 'src')
-rw-r--r--src/share/win_utf8_io/win_utf8_io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/share/win_utf8_io/win_utf8_io.c b/src/share/win_utf8_io/win_utf8_io.c
index 12cfd977..4b78790d 100644
--- a/src/share/win_utf8_io/win_utf8_io.c
+++ b/src/share/win_utf8_io/win_utf8_io.c
@@ -182,7 +182,7 @@ FILE *fopen_utf8(const char *filename, const char *mode)
return f;
}
-int _stat64_utf8(const char *path, struct _stat64 *buffer)
+int _stat64_utf8(const char *path, struct __stat64 *buffer)
{
wchar_t *wpath;
int ret;