fix tools compilation

This commit is contained in:
Pawel Kolodziejski 2009-06-18 14:12:27 +00:00
parent acae847080
commit 8c16edc1c6
5 changed files with 5 additions and 5 deletions

View File

@ -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)

View File

@ -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);

View File

@ -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)

View File

@ -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,

View File

@ -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};