comparison src/timeconv.c @ 122:bdb38b434c0a

more changes from Fridrich Strba to avoid installing our config.h
author Carl Byington <carl@five-ten-sg.com>
date Mon, 02 Feb 2009 21:55:48 -0800
parents 0f1492b7fe8b
children ab2a11e72250
comparison
equal deleted inserted replaced
121:8399ef94c11b 122:bdb38b434c0a
12 */ 12 */
13 13
14 #ifndef _WIN32 14 #ifndef _WIN32
15 15
16 #include <time.h> 16 #include <time.h>
17 #include "define.h" 17
18 #include "common.h" 18 #include "common.h"
19 #include "timeconv.h" 19 #include "timeconv.h"
20
21 #include "define.h"
20 22
21 char * fileTimeToAscii (const FILETIME *filetime) { 23 char * fileTimeToAscii (const FILETIME *filetime) {
22 time_t t1; 24 time_t t1;
23 25
24 t1 = fileTimeToUnixTime(filetime, NULL); 26 t1 = fileTimeToUnixTime(filetime, NULL);