comparison src/pst2dii.cpp.in @ 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 ab2a11e72250
comparison
equal deleted inserted replaced
119:f50f4321aa2d 120:6395ced2b8b2
16 16
17 using namespace std; 17 using namespace std;
18 18
19 extern "C" { 19 extern "C" {
20 #include "define.h" 20 #include "define.h"
21 #include "libstrfunc.h" 21 #include "common.h"
22 #include "libpst.h" 22 #include "libpst.h"
23 #include "common.h"
24 #include "timeconv.h" 23 #include "timeconv.h"
25 #include "lzfu.h" 24 #include "lzfu.h"
25 #include "libstrfunc.h"
26 } 26 }
27 27
28 struct file_ll { 28 struct file_ll {
29 string name; 29 string name;
30 int32_t stored_count; 30 int32_t stored_count;