Subversion Repositories spk

Rev

Rev 88 | Rev 115 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 88 Rev 94
Line 77... Line 77...
77
#define LZMA_DICT	(1 << 26)
77
#define LZMA_DICT	(1 << 26)
78
 
78
 
79
#define PCKHEADERSIZE 10
79
#define PCKHEADERSIZE 10
80
#define DEFAULT_COMPRESSION_LEVEL	5
80
#define DEFAULT_COMPRESSION_LEVEL	5
81
 
81
 
82
#define tstruct typedef struct SPKEXPORT
-
 
83
#define tclass class SPKEXPORT 
82
#include "spkdefines.h"
84
 
-
 
85
#include "File_IO.h"
83
#include "File_IO.h"
86
#include "zlib/zlib.h"
84
#include "zlib/zlib.h"
87
//#include "x2bc/x2bc_common/bob_dom.h"
85
//#include "x2bc/x2bc_common/bob_dom.h"
88
//#include "x2bc/x2bc_common/bob_realfile_stream.h"
86
//#include "x2bc/x2bc_common/bob_realfile_stream.h"
89
 
87