From 1ef05f24e28938c7a0608b4c6b369094d1dccaa6 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Wed, 9 Feb 2022 23:47:25 +0100 Subject: Windows: Reduce the size of installers by almost 50% by using LZMA compression instead of DEFLATE --- src/Common/lzma/Precomp.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/Common/lzma/Precomp.h (limited to 'src/Common/lzma/Precomp.h') diff --git a/src/Common/lzma/Precomp.h b/src/Common/lzma/Precomp.h new file mode 100644 index 00000000..e8ff8b40 --- /dev/null +++ b/src/Common/lzma/Precomp.h @@ -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 -- cgit v1.2.3