14 lines
246 B
C
14 lines
246 B
C
|
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||
|
|
/*
|
||
|
|
* Fake include for LzmaDec.h
|
||
|
|
*
|
||
|
|
* Copyright (CompanyNameMagicTag) 2007-2009 Industrie Dial Face S.p.A.
|
||
|
|
*/
|
||
|
|
|
||
|
|
#ifndef LZMADEC_H__FAKE
|
||
|
|
#define LZMADEC_H__FAKE
|
||
|
|
|
||
|
|
#include "../../lib/lzma/LzmaDec.h"
|
||
|
|
|
||
|
|
#endif
|