diff 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
line wrap: on
line diff
--- a/src/common.h	Wed Feb 06 23:05:56 2008 -0800
+++ b/src/common.h	Thu Feb 14 14:55:32 2008 -0800
@@ -17,6 +17,6 @@
     unsigned int dwLowDateTime;
     unsigned int dwHighDateTime;
   } FILETIME;
-# endif
+# endif // FILETIME_DEFINED
 #endif // _WIN32
 #endif // __COMMON_H