Rename all 'utf8_io' -> 'win_utf8_io'.

This commit is contained in:
Erik de Castro Lopo
2013-03-22 18:18:14 +11:00
parent 5705b4d7b2
commit 608e246f52
5 changed files with 10 additions and 8 deletions

View File

@@ -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)
{

View File

@@ -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>