Mercurial > libpst
comparison lzfu.c @ 1:43e8802f08c5 debian libpst_0_5_1
imported from debian 0.5.1
author | carl |
---|---|
date | Thu, 23 Dec 2004 11:17:37 -0800 |
parents | 6b1b602514db |
children |
comparison
equal
deleted
inserted
replaced
0:6b1b602514db | 1:43e8802f08c5 |
---|---|
20 #endif | 20 #endif |
21 | 21 |
22 #ifdef _MSC_VER | 22 #ifdef _MSC_VER |
23 #define uint32_t unsigned int | 23 #define uint32_t unsigned int |
24 #endif | 24 #endif |
25 | |
26 #include "lzfu.h" | |
25 | 27 |
26 #define LZFU_COMPRESSED 0x75465a4c | 28 #define LZFU_COMPRESSED 0x75465a4c |
27 #define LZFU_UNCOMPRESSED 0x414c454d | 29 #define LZFU_UNCOMPRESSED 0x414c454d |
28 | 30 |
29 // initital dictionary | 31 // initital dictionary |