mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user