Mercurial > libpst
comparison src/pst2ldif.cpp @ 120:6395ced2b8b2
disable building pst2dii on cygwin
consistent ordering of our include files
all system includes protected by ifdef HAVE_ from autoconf
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sun, 01 Feb 2009 11:24:22 -0800 |
parents | 0f1492b7fe8b |
children | bdb38b434c0a |
comparison
equal
deleted
inserted
replaced
119:f50f4321aa2d | 120:6395ced2b8b2 |
---|---|
15 #include <vector> | 15 #include <vector> |
16 #include <string> | 16 #include <string> |
17 | 17 |
18 extern "C" { | 18 extern "C" { |
19 #include "define.h" | 19 #include "define.h" |
20 #include "libstrfunc.h" | 20 #include "common.h" |
21 #include "libpst.h" | 21 #include "libpst.h" |
22 #include "common.h" | |
23 #include "timeconv.h" | 22 #include "timeconv.h" |
24 #include "lzfu.h" | 23 #include "lzfu.h" |
25 #include "stdarg.h" | 24 #include "libstrfunc.h" |
26 #include "iconv.h" | 25 #include "vbuf.h" |
27 } | 26 } |
28 | 27 |
29 void usage(void); | 28 void usage(void); |
30 void version(void); | 29 void version(void); |
31 char *check_filename(char *fname); | 30 char *check_filename(char *fname); |