From ce188d4d7f3b9ad04867c49b424e8497c2ade92b Mon Sep 17 00:00:00 2001 From: aliaspider Date: Tue, 14 May 2019 08:58:52 +0100 Subject: add CHD support. --- deps/lzma-16.04/C/Util/SfxSetup/Precomp.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 deps/lzma-16.04/C/Util/SfxSetup/Precomp.h (limited to 'deps/lzma-16.04/C/Util/SfxSetup/Precomp.h') diff --git a/deps/lzma-16.04/C/Util/SfxSetup/Precomp.h b/deps/lzma-16.04/C/Util/SfxSetup/Precomp.h new file mode 100644 index 0000000..9f398d0 --- /dev/null +++ b/deps/lzma-16.04/C/Util/SfxSetup/Precomp.h @@ -0,0 +1,10 @@ +/* Precomp.h -- StdAfx +2013-06-16 : Igor Pavlov : Public domain */ + +#ifndef __7Z_PRECOMP_H +#define __7Z_PRECOMP_H + +#include "../../Compiler.h" +#include "../../7zTypes.h" + +#endif -- cgit v1.2.3