1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 02:58:02 -06:00

Windows: Add missing file entry to Zip project after libzip update

This commit is contained in:
Mounir IDRASSI
2025-01-06 11:46:53 +01:00
parent 138e5e7c1d
commit a8c904813b
2 changed files with 4 additions and 0 deletions

View File

@@ -114,6 +114,7 @@
<ClCompile Include="libzip\zip_source_file_win32_utf8.c" />
<ClCompile Include="libzip\zip_source_free.c" />
<ClCompile Include="libzip\zip_source_function.c" />
<ClCompile Include="libzip\zip_source_get_dostime.c" />
<ClCompile Include="libzip\zip_source_get_file_attributes.c" />
<ClCompile Include="libzip\zip_source_is_deleted.c" />
<ClCompile Include="libzip\zip_source_layered.c" />

View File

@@ -399,6 +399,9 @@
<ClCompile Include="libzip\zip_source_pass_to_lower_layer.c">
<Filter>zlib</Filter>
</ClCompile>
<ClCompile Include="libzip\zip_source_get_dostime.c">
<Filter>libzip</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="libzip\compat.h">