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

Windows: fix build issue of zip library with Visual Studio 2015/2017

This commit is contained in:
Mounir IDRASSI
2018-03-04 18:35:07 +01:00
parent 1c78303d94
commit 21ef234989
3 changed files with 2 additions and 6 deletions

View File

@@ -57,9 +57,6 @@
<ClCompile Include="libzip\zip_error_strerror.c">
<Filter>libzip</Filter>
</ClCompile>
<ClCompile Include="libzip\zip_error_to_str.c">
<Filter>libzip</Filter>
</ClCompile>
<ClCompile Include="libzip\zip_err_str.c">
<Filter>libzip</Filter>
</ClCompile>