comparison src/timeconv.c @ 59:7d5c637aaafb

General cleanup and code fixes. Use autoscan to cleanup our autoconf system. Use autoconf to detect when we need to use our XGetopt files and other header files. Decode BCC field. Fix missing LE32_CPU byte swapping for FILETIME types.
author Carl Byington <carl@five-ten-sg.com>
date Thu, 14 Feb 2008 14:55:32 -0800
parents b2a7f2e0926a
children cfd6175f9334
comparison
equal deleted inserted replaced
58:a8b772313ff4 59:7d5c637aaafb
3 * Borrowed from WINE sources!! (http://www.winehq.com) 3 * Borrowed from WINE sources!! (http://www.winehq.com)
4 * Converts a Win32 FILETIME structure to a UNIX time_t value 4 * Converts a Win32 FILETIME structure to a UNIX time_t value
5 */ 5 */
6 6
7 /*** WARNING **** 7 /*** WARNING ****
8 * This file is not to be incluided in a Visual C++ Project 8 * This file is not to be included in a Visual C++ Project
9 * It will make the whole project fail to compile 9 * It will make the whole project fail to compile
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