Mercurial > libpst
comparison src/define.h @ 205:5f3fa53cb0e1
make nested mime multipart/alternative to hold the text/html parts
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sat, 06 Jun 2009 12:48:09 -0700 |
parents | 2f38c4ce606f |
children | 8e17efed33c1 |
comparison
equal
deleted
inserted
replaced
204:268458c79e9b | 205:5f3fa53cb0e1 |
---|---|
15 #include "libpst.h" | 15 #include "libpst.h" |
16 #include "timeconv.h" | 16 #include "timeconv.h" |
17 #include "libstrfunc.h" | 17 #include "libstrfunc.h" |
18 #include "vbuf.h" | 18 #include "vbuf.h" |
19 | 19 |
20 | |
21 #ifdef HAVE_TIME_H | |
22 #include <time.h> | |
23 #endif | |
24 | 20 |
25 #ifdef HAVE_STRING_H | 21 #ifdef HAVE_STRING_H |
26 #include <string.h> | 22 #include <string.h> |
27 #endif | 23 #endif |
28 | 24 |