diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2025-01-06 11:46:53 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2025-01-06 11:46:53 +0100 |
commit | a8c904813b78d966acb16c1b1a1fca17f05524fb (patch) | |
tree | 45f6184b183161459c6ab4a7398c79d1ce880ba7 /src/Common/Zip.vcxproj | |
parent | 138e5e7c1dfba4717a4e6d5abb1abb0f82d6f49f (diff) | |
download | VeraCrypt-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.vcxproj | 1 |
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" /> |