| Index: source/io/io.vcxproj.filters
|
| diff --git a/source/io/io.vcxproj.filters b/source/io/io.vcxproj.filters
|
| index e21d18ccb22ef10453eee3af887d49af92c4c023..34d62c58b7f8742ababfc79c29205697d3352d63 100644
|
| --- a/source/io/io.vcxproj.filters
|
| +++ b/source/io/io.vcxproj.filters
|
| @@ -24,7 +24,7 @@
|
| <ClCompile Include="sscanf.c">
|
| <Filter>Source Files</Filter>
|
| </ClCompile>
|
| - <ClCompile Include="ucln_io.c">
|
| + <ClCompile Include="ucln_io.cpp">
|
| <Filter>Source Files</Filter>
|
| </ClCompile>
|
| <ClCompile Include="ufile.c">
|
| @@ -33,7 +33,7 @@
|
| <ClCompile Include="ufmt_cmn.c">
|
| <Filter>Source Files</Filter>
|
| </ClCompile>
|
| - <ClCompile Include="uprintf.c">
|
| + <ClCompile Include="uprintf.cpp">
|
| <Filter>Source Files</Filter>
|
| </ClCompile>
|
| <ClCompile Include="uprntf_p.c">
|
| @@ -85,4 +85,4 @@
|
| <Filter>Header Files</Filter>
|
| </CustomBuild>
|
| </ItemGroup>
|
| -</Project>
|
| +</Project>
|
|
|