ref: 9b0a48cc1b2c2de9d355c6dd96c020313c7a02ab
parent: 8d447a9ff71b31c00092798b11dc68fff091b127
author: Ralph Giles <giles@mozilla.com>
date: Tue Aug 20 06:45:06 EDT 2013
Add win32utf8.c to the source file VS2010 source file listings.
--- a/win32/VS2010/opusfile_example.vcxproj.filters
+++ b/win32/VS2010/opusfile_example.vcxproj.filters
@@ -18,5 +18,8 @@
<ClCompile Include="..\..\examples\opusfile_example.c">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="..\..\examples\win32utf8.c">
+ <Filter>Source Files</Filter>
+ </ClCompile>
</ItemGroup>
-</Project>
\ No newline at end of file
+</Project>
--- a/win32/VS2010/seeking_example.vcxproj.filters
+++ b/win32/VS2010/seeking_example.vcxproj.filters
@@ -18,5 +18,8 @@
<ClCompile Include="..\..\examples\seeking_example.c">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="..\..\examples\win32utf8.c">
+ <Filter>Source Files</Filter>
+ </ClCompile>
</ItemGroup>
-</Project>
\ No newline at end of file
+</Project>