comparison src/libpst.c @ 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
4 * Written by David Smith 4 * Written by David Smith
5 * dave.s@earthcorp.com 5 * dave.s@earthcorp.com
6 */ 6 */
7 7
8 #include "define.h" 8 #include "define.h"
9 #include "common.h"
10 #include "libpst.h"
11 #include "timeconv.h"
9 #include "libstrfunc.h" 12 #include "libstrfunc.h"
10 #include "vbuf.h" 13 #include "vbuf.h"
11 #include "libpst.h"
12 #include "common.h"
13 #include "timeconv.h"
14 14
15 #define ASSERT(x) { if(!(x)) raise( SIGSEGV ); } 15 #define ASSERT(x) { if(!(x)) raise( SIGSEGV ); }
16 16
17 17
18 #define INDEX_TYPE32 0x0E 18 #define INDEX_TYPE32 0x0E