From f44c353e59641bc071afd4587049d7489dfe6317 Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Tue, 2 Apr 2013 06:27:07 +1100 Subject: Two small patches for utf8 I/O. Thanks to LRN . --- src/share/win_utf8_io/win_utf8_io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; -- cgit v1.2.1