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

Windows: Reduce the size of installers by almost 50% by using LZMA compression instead of DEFLATE

This commit is contained in:
Mounir IDRASSI
2022-02-09 23:47:25 +01:00
parent 302dc37fb9
commit 1ef05f24e2
41 changed files with 13661 additions and 117 deletions

10
src/Common/lzma/Precomp.h Normal file
View File

@@ -0,0 +1,10 @@
/* Precomp.h -- StdAfx
2013-11-12 : Igor Pavlov : Public domain */
#ifndef __7Z_PRECOMP_H
#define __7Z_PRECOMP_H
#include "Compiler.h"
/* #include "7zTypes.h" */
#endif