mirror of https://github.com/xiph/flac
Another Windows build fix
Patch-from: lvqcl <lvqcl.mail@gmail.com>
This commit is contained in:
parent
1531034202
commit
c4141f6132
|
@ -55,11 +55,9 @@ int flac_internal_utime_utf8(const char *filename, struct utimbuf *times);
|
|||
int flac_internal_unlink_utf8(const char *filename);
|
||||
int flac_internal_rename_utf8(const char *oldname, const char *newname);
|
||||
|
||||
#ifdef FLAC__COMPAT_USE_WINAPI
|
||||
#include <windows.h>
|
||||
HANDLE WINAPI flac_internal_CreateFile_utf8(const char *lpFileName, DWORD dwDesiredAccess, DWORD dwShareMode, LPSECURITY_ATTRIBUTES lpSecurityAttributes, DWORD dwCreationDisposition, DWORD dwFlagsAndAttributes, HANDLE hTemplateFile);
|
||||
#define CreateFile_utf8 flac_internal_CreateFile_utf8
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
} /* extern "C" */
|
||||
|
|
|
@ -34,7 +34,6 @@
|
|||
#endif
|
||||
|
||||
#include <io.h>
|
||||
#define FLAC__COMPAT_USE_WINAPI
|
||||
#include "share/windows_unicode_filenames.h"
|
||||
|
||||
/* convert UTF-8 back to WCHAR. Caller is responsible for freeing memory */
|
||||
|
|
Loading…
Reference in New Issue