msvc/libucx/libucx.vcxproj

changeset 971
cc204fc56c9c
parent 952
dc53362bc5a7
--- a/msvc/libucx/libucx.vcxproj	Sat Nov 02 13:38:51 2024 +0100
+++ b/msvc/libucx/libucx.vcxproj	Sat Nov 02 13:48:53 2024 +0100
@@ -38,7 +38,7 @@
     <ClInclude Include="..\..\src\cx\string.h" />
     <ClInclude Include="..\..\src\cx\test.h" />
     <ClInclude Include="..\..\src\cx\tree.h" />
-    <ClInclude Include="..\..\src\cx\utils.h" />
+    <ClInclude Include="..\..\src\cx\streams.h" />
   </ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\src\allocator.c" />
@@ -57,7 +57,7 @@
     <ClCompile Include="..\..\src\properties.c" />
     <ClCompile Include="..\..\src\string.c" />
     <ClCompile Include="..\..\src\tree.c" />
-    <ClCompile Include="..\..\src\utils.c" />
+    <ClCompile Include="..\..\src\streams.c" />
   </ItemGroup>
   <PropertyGroup Label="Globals">
     <VCProjectVersion>17.0</VCProjectVersion>

mercurial