Mercurial > libpst
comparison src/common.h @ 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 | 0f1492b7fe8b |
comparison
equal
deleted
inserted
replaced
58:a8b772313ff4 | 59:7d5c637aaafb |
---|---|
15 /*Win32 Filetime struct - copied from WINE*/ | 15 /*Win32 Filetime struct - copied from WINE*/ |
16 typedef struct { | 16 typedef struct { |
17 unsigned int dwLowDateTime; | 17 unsigned int dwLowDateTime; |
18 unsigned int dwHighDateTime; | 18 unsigned int dwHighDateTime; |
19 } FILETIME; | 19 } FILETIME; |
20 # endif | 20 # endif // FILETIME_DEFINED |
21 #endif // _WIN32 | 21 #endif // _WIN32 |
22 #endif // __COMMON_H | 22 #endif // __COMMON_H |