LzmaTypes.h 371 B

12345678910111213141516171819
  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. #ifndef __TYPES_H__FAKE__
  9. #define __TYPES_H__FAKE__
  10. /*
  11. *This avoids the collition with zlib.h Byte definition
  12. */
  13. #define Byte LZByte
  14. #include "../../lib/lzma/Types.h"
  15. #endif