comparison src/common.h @ 120:6395ced2b8b2

disable building pst2dii on cygwin consistent ordering of our include files all system includes protected by ifdef HAVE_ from autoconf
author Carl Byington <carl@five-ten-sg.com>
date Sun, 01 Feb 2009 11:24:22 -0800
parents 0f1492b7fe8b
children bdb38b434c0a
comparison
equal deleted inserted replaced
119:f50f4321aa2d 120:6395ced2b8b2
9 typedef uint32_t UINT32; 9 typedef uint32_t UINT32;
10 10
11 # pragma pack (1) 11 # pragma pack (1)
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 DWORD dwLowDateTime; 17 DWORD dwLowDateTime;
18 DWORD dwHighDateTime; 18 DWORD dwHighDateTime;
19 } FILETIME; 19 } FILETIME;