Mercurial > libpst
comparison src/libpst.h @ 87:3ec5ad97e926
Use inttypes.h for portable printing of 64 bit items.
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sun, 03 Aug 2008 15:42:37 -0700 |
parents | 56fa05fd5271 |
children | 631d02d30a1c |
comparison
equal
deleted
inserted
replaced
86:7d8cc1712221 | 87:3ec5ad97e926 |
---|---|
10 #ifndef LIBPST_H | 10 #ifndef LIBPST_H |
11 #define LIBPST_H | 11 #define LIBPST_H |
12 | 12 |
13 #ifndef _MSC_VER | 13 #ifndef _MSC_VER |
14 #include <stdint.h> | 14 #include <stdint.h> |
15 #include <inttypes.h> | |
15 #ifndef FILETIME_DEFINED | 16 #ifndef FILETIME_DEFINED |
16 #define FILETIME_DEFINED | 17 #define FILETIME_DEFINED |
17 //Win32 Filetime struct - copied from WINE | 18 //Win32 Filetime struct - copied from WINE |
18 typedef struct { | 19 typedef struct { |
19 uint32_t dwLowDateTime; | 20 uint32_t dwLowDateTime; |