mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 02:58:02 -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:
@@ -110,6 +110,7 @@
|
||||
<ClCompile Include="libzip\zip_source_is_deleted.c" />
|
||||
<ClCompile Include="libzip\zip_source_layered.c" />
|
||||
<ClCompile Include="libzip\zip_source_open.c" />
|
||||
<ClCompile Include="libzip\zip_source_pass_to_lower_layer.c" />
|
||||
<ClCompile Include="libzip\zip_source_pkware_decode.c" />
|
||||
<ClCompile Include="libzip\zip_source_pkware_encode.c" />
|
||||
<ClCompile Include="libzip\zip_source_read.c" />
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -118,6 +118,7 @@
|
||||
<ClCompile Include="libzip\zip_source_is_deleted.c" />
|
||||
<ClCompile Include="libzip\zip_source_layered.c" />
|
||||
<ClCompile Include="libzip\zip_source_open.c" />
|
||||
<ClCompile Include="libzip\zip_source_pass_to_lower_layer.c" />
|
||||
<ClCompile Include="libzip\zip_source_pkware_decode.c" />
|
||||
<ClCompile Include="libzip\zip_source_pkware_encode.c" />
|
||||
<ClCompile Include="libzip\zip_source_read.c" />
|
||||
|
||||
Reference in New Issue
Block a user