* include/grub/lib/LzmaDec.h: Fix to include LzmaTypes.h and
not Types.h. * grub-core/lib/LzmaDec.c: Fix prologue to make it compileable in GRUB environment. (LzmaDec_InitDicAndState): Make static.
This commit is contained in:
parent
881c6a1049
commit
3617c59bab
3 changed files with 13 additions and 3 deletions
|
@ -27,7 +27,7 @@
|
|||
#ifndef __LZMADEC_H
|
||||
#define __LZMADEC_H
|
||||
|
||||
#include "Types.h"
|
||||
#include "LzmaTypes.h"
|
||||
|
||||
/* #define _LZMA_PROB32 */
|
||||
/* _LZMA_PROB32 can increase the speed on some CPUs,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue