Mercurial > libpst
comparison src/common.h @ 46:b2a7f2e0926a
more fixes for 64 bit format
author | carl |
---|---|
date | Sat, 12 Jan 2008 15:20:53 -0800 |
parents | c508ee15dfca |
children | 7d5c637aaafb |
comparison
equal
deleted
inserted
replaced
45:b961bcdadd0e | 46:b2a7f2e0926a |
---|---|
12 | 12 |
13 # ifndef FILETIME_DEFINED | 13 # ifndef FILETIME_DEFINED |
14 # define FILETIME_DEFINED | 14 # define FILETIME_DEFINED |
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 |
21 #endif // _WIN32 | 21 #endif // _WIN32 |
22 #endif // __COMMON_H | 22 #endif // __COMMON_H |