diff 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
line wrap: on
line diff
--- a/src/common.h	Sat Jan 31 12:23:46 2009 -0800
+++ b/src/common.h	Sun Feb 01 11:24:22 2009 -0800
@@ -11,7 +11,7 @@
 # pragma pack (1)
 
 #ifndef FILETIME_DEFINED
-#define FILETIME_DEFINED
+    #define FILETIME_DEFINED
     /*Win32 Filetime struct - copied from WINE*/
     typedef struct {
         DWORD  dwLowDateTime;