diff 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
line wrap: on
line diff
--- a/src/libpst.c	Sat Mar 14 19:25:17 2009 -0700
+++ b/src/libpst.c	Mon Mar 16 12:43:31 2009 -0700
@@ -3717,7 +3717,6 @@
 }
 
 
-#define PST_PTR_BLOCK_SIZE 0x120
 size_t pst_ff_getID2block(pst_file *pf, uint64_t id2, pst_id2_ll *id2_head, char** buf) {
     size_t ret;
     pst_id2_ll* ptr;