Mercurial > libpst
comparison src/pst2dii.cpp.in @ 129:fc11b1d1ad34
fix initial from header in mbox format.
start moving to PST_LE_GET* rather than LE*_CPU macros so we can eventually remove the pragma packing.
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Thu, 05 Feb 2009 12:09:04 -0800 |
parents | ab2a11e72250 |
children | 16770fc77139 |
comparison
equal
deleted
inserted
replaced
128:7f747c8c9d02 | 129:fc11b1d1ad34 |
---|---|
12 #include <vector> | 12 #include <vector> |
13 | 13 |
14 using namespace std; | 14 using namespace std; |
15 | 15 |
16 extern "C" { | 16 extern "C" { |
17 #include "common.h" | |
18 #include "libpst.h" | |
19 #include "timeconv.h" | |
20 #include "libstrfunc.h" | |
21 | |
22 #include "define.h" | 17 #include "define.h" |
23 #include "lzfu.h" | 18 #include "lzfu.h" |
24 } | 19 } |
25 | 20 |
26 struct file_ll { | 21 struct file_ll { |