VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/Zip.vcxproj
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2025-01-06 11:46:53 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2025-01-06 11:46:53 +0100
commita8c904813b78d966acb16c1b1a1fca17f05524fb (patch)
tree45f6184b183161459c6ab4a7398c79d1ce880ba7 /src/Common/Zip.vcxproj
parent138e5e7c1dfba4717a4e6d5abb1abb0f82d6f49f (diff)
downloadVeraCrypt-a8c904813b78d966acb16c1b1a1fca17f05524fb.tar.gz
VeraCrypt-a8c904813b78d966acb16c1b1a1fca17f05524fb.zip
Windows: Add missing file entry to Zip project after libzip update
Diffstat (limited to 'src/Common/Zip.vcxproj')
-rw-r--r--src/Common/Zip.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Common/Zip.vcxproj b/src/Common/Zip.vcxproj
index 6674ef34..a8fbf1eb 100644
--- a/src/Common/Zip.vcxproj
+++ b/src/Common/Zip.vcxproj
@@ -113,8 +113,9 @@
<ClCompile Include="libzip\zip_source_file_win32_utf16.c" />
<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" />
<ClCompile Include="libzip\zip_source_open.c" />