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

Windows: Fix link error with latest libzip by adding new file zip_source_pass_to_lower_layer.c tp VS projects

This commit is contained in:
Mounir IDRASSI
2023-07-17 14:26:53 +02:00
parent 65765798d8
commit 9607b9708c
3 changed files with 5 additions and 0 deletions

View File

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