comparison src/common.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 b65e8d0a088a
children e7f363452178
comparison
equal deleted inserted replaced
204:268458c79e9b 205:5f3fa53cb0e1
4 4
5 5
6 #include <stdlib.h> 6 #include <stdlib.h>
7 #include <stdio.h> 7 #include <stdio.h>
8 #include <stdarg.h> 8 #include <stdarg.h>
9 #include <time.h>
9 10
10 11
11 #ifndef _MSC_VER 12 #ifndef _MSC_VER
12 #include <stdint.h> 13 #include <stdint.h>
13 #include <inttypes.h> 14 #include <inttypes.h>