mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
Rename all 'utf8_io' -> 'win_utf8_io'.
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
#include <stdarg.h>
|
||||
#include <windows.h> /* for WideCharToMultiByte and MultiByteToWideChar */
|
||||
|
||||
#include "share/win_utf8_io.h"
|
||||
|
||||
/* convert WCHAR stored Unicode string to UTF-8. Caller is responsible for freeing memory */
|
||||
char *utf8_from_wchar(const wchar_t *wstr)
|
||||
{
|
||||
@@ -2,9 +2,9 @@
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="8.00"
|
||||
Name="utf8_io"
|
||||
Name="win_utf8_io"
|
||||
ProjectGUID="{4cefbe02-c215-11db-8314-0800200c9a66}"
|
||||
RootNamespace="utf8_io"
|
||||
RootNamespace="win_utf8_io"
|
||||
Keyword="Win32Proj"
|
||||
>
|
||||
<Platforms>
|
||||
@@ -222,7 +222,7 @@
|
||||
Name="Public Header Files"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\..\..\include\share\utf8_io.h"
|
||||
RelativePath="..\..\..\include\share\win_utf8_io.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
@@ -232,7 +232,7 @@
|
||||
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
||||
>
|
||||
<File
|
||||
RelativePath=".\utf8_io.c"
|
||||
RelativePath=".\win_utf8_io.c"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
Reference in New Issue
Block a user