This patch renames flac_internal_CreateFile_utf8() function to
grabbag__CreateFile_utf8() and
moves it from /src/libFLAC/windows_unicode_filenames.c into
src/share/grabbag/file.c
This function is not used by libFLAC anyway.
After this, it should be possible to compile libFLAC as UWP.
In the old c
lvqcl wrote:
> This patch renames flac_internal_CreateFile_utf8() function to
> grabbag__CreateFile_utf8() and
> moves it from /src/libFLAC/windows_unicode_filenames.c into
> src/share/grabbag/file.c
> This function is not used by libFLAC anyway.
>
> After this, it should be possible to compile l