Mercurial > libpst
comparison src/libpst.c @ 163:03fbb0269f3c
fix large file support, some sytems require config.h to be included earlier in the compilation.
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Mon, 16 Mar 2009 12:43:31 -0700 |
parents | 252ad66d3d6e |
children | ab384fed78c5 |
comparison
equal
deleted
inserted
replaced
162:6cb85306e28a | 163:03fbb0269f3c |
---|---|
3715 DEBUG_RET(); | 3715 DEBUG_RET(); |
3716 return rsize; | 3716 return rsize; |
3717 } | 3717 } |
3718 | 3718 |
3719 | 3719 |
3720 #define PST_PTR_BLOCK_SIZE 0x120 | |
3721 size_t pst_ff_getID2block(pst_file *pf, uint64_t id2, pst_id2_ll *id2_head, char** buf) { | 3720 size_t pst_ff_getID2block(pst_file *pf, uint64_t id2, pst_id2_ll *id2_head, char** buf) { |
3722 size_t ret; | 3721 size_t ret; |
3723 pst_id2_ll* ptr; | 3722 pst_id2_ll* ptr; |
3724 pst_holder h = {buf, NULL, 0}; | 3723 pst_holder h = {buf, NULL, 0}; |
3725 DEBUG_ENT("pst_ff_getID2block"); | 3724 DEBUG_ENT("pst_ff_getID2block"); |