1 /* SPDX-License-Identifier: GPL-2.0+ */ 2 /* 3 * Fake include for Types.h 4 * 5 * Copyright (C) 2007-2009 Industrie Dial Face S.p.A. 6 * Luigi 'Comio' Mantellini (luigi.mantellini@idf-hit.com) 7 */ 8 9 #ifndef __TYPES_H__FAKE__ 10 #define __TYPES_H__FAKE__ 11 12 /* 13 *This avoids the collition with zlib.h Byte definition 14 */ 15 #define Byte LZByte 16 17 #include "../../lib/lzma/Types.h" 18 19 #endif 20