Mercurial > libpst
comparison src/pst2ldif.cpp @ 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 | 7f747c8c9d02 |
children | fdc58ad2c758 |
comparison
equal
deleted
inserted
replaced
128:7f747c8c9d02 | 129:fc11b1d1ad34 |
---|---|
14 #include <set> | 14 #include <set> |
15 #include <vector> | 15 #include <vector> |
16 #include <string> | 16 #include <string> |
17 | 17 |
18 extern "C" { | 18 extern "C" { |
19 #include "common.h" | |
20 #include "libpst.h" | |
21 #include "timeconv.h" | |
22 #include "libstrfunc.h" | |
23 #include "vbuf.h" | |
24 | |
25 #include "define.h" | 19 #include "define.h" |
26 #include "lzfu.h" | 20 #include "lzfu.h" |
27 } | 21 } |
28 | 22 |
29 void usage(void); | 23 void usage(void); |