Mercurial > libpst
comparison src/libpst.h @ 132:5e4d6faada34
fix from Fridrich Strba for parallel make
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Fri, 06 Feb 2009 20:38:04 -0800 |
parents | e35fd42bac05 |
children | 2189a6b8134e |
comparison
equal
deleted
inserted
replaced
131:dd905e537728 | 132:5e4d6faada34 |
---|---|
8 // Dave Smith - davesmith@users.sourceforge.net | 8 // Dave Smith - davesmith@users.sourceforge.net |
9 | 9 |
10 #ifndef LIBPST_H | 10 #ifndef LIBPST_H |
11 #define LIBPST_H | 11 #define LIBPST_H |
12 | 12 |
13 #include <libpst/common.h> | 13 #include "common.h" |
14 | 14 |
15 | 15 |
16 // switch to maximal packing for all structures in the libpst interface | 16 // switch to maximal packing for all structures in the libpst interface |
17 // this is reverted at the end of this file | 17 // this is reverted at the end of this file |
18 #ifdef _MSC_VER | 18 #ifdef _MSC_VER |