mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-28 22:23:43 +00:00
fix tools compilation
This commit is contained in:
parent
acae847080
commit
8c16edc1c6
@ -32,7 +32,7 @@
|
||||
#ifndef MSPACK_CAB_H
|
||||
#define MSPACK_CAB_H
|
||||
|
||||
#include "tools/patch_ex/mszip.h"
|
||||
#include "tools/patchex/mszip.h"
|
||||
|
||||
#define cfhead_Signature (0x00)
|
||||
#define cfhead_CabinetSize (0x08)
|
||||
|
@ -29,7 +29,7 @@
|
||||
* For further details, see the file COPYING.LIB distributed with libmspack
|
||||
*/
|
||||
|
||||
#include "tools/patch_ex/cab.h"
|
||||
#include "tools/patchex/cab.h"
|
||||
|
||||
static struct mscabd_cabinet * cabd_open(
|
||||
struct mscab_decompressor *base, char *filename);
|
||||
|
@ -35,7 +35,7 @@
|
||||
#ifndef MSPACK_MSZIP_H
|
||||
#define MSPACK_MSZIP_H 1
|
||||
|
||||
#include "tools/patch_ex/mspack.h"
|
||||
#include "tools/patchex/mspack.h"
|
||||
|
||||
#define MSZIP_FRAME_SIZE (32768)
|
||||
#define MSZIP_MAX_HUFFBITS (16)
|
||||
|
@ -32,7 +32,7 @@
|
||||
* For further details, see the file COPYING.LIB distributed with libmspack
|
||||
*/
|
||||
|
||||
#include "tools/patch_ex/mszip.h"
|
||||
#include "tools/patchex/mszip.h"
|
||||
|
||||
static const unsigned short lit_lengths[29] = {
|
||||
3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 15, 17, 19, 23, 27,
|
||||
|
@ -38,7 +38,7 @@
|
||||
#include <stdarg.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#include "tools/patch_ex/mspack.h"
|
||||
#include "tools/patchex/mspack.h"
|
||||
|
||||
// Command line actions
|
||||
enum act { UNKNOWN_ACTION, CABINET_ACTION, ALL_LANGUAGES_ACTION, LOCALISED_ACTION};
|
||||
|
Loading…
x
Reference in New Issue
Block a user