comparison src/timeconv.c @ 129:fc11b1d1ad34

fix initial from header in mbox format. start moving to PST_LE_GET* rather than LE*_CPU macros so we can eventually remove the pragma packing.
author Carl Byington <carl@five-ten-sg.com>
date Thu, 05 Feb 2009 12:09:04 -0800
parents ab2a11e72250
children 6954d315aaa8
comparison
equal deleted inserted replaced
128:7f747c8c9d02 129:fc11b1d1ad34
10 * There are functions in libpst.c to handle the dates 10 * There are functions in libpst.c to handle the dates
11 * Do not use this one 11 * Do not use this one
12 */ 12 */
13 13
14 #ifndef _WIN32 14 #ifndef _WIN32
15
16 #include "common.h"
17 #include "timeconv.h"
18 15
19 #include "define.h" 16 #include "define.h"
20 17
21 char * fileTimeToAscii (const FILETIME *filetime) { 18 char * fileTimeToAscii (const FILETIME *filetime) {
22 time_t t1; 19 time_t t1;