diff src/common.h @ 125:23a36ac0514d

recover dropped pragma pack line, use int64_t rather than off_t to avoid forcing users of the shared library to enable large file support.
author Carl Byington <carl@five-ten-sg.com>
date Tue, 03 Feb 2009 15:01:47 -0800
parents ab2a11e72250
children c2482d0cd84e
line wrap: on
line diff
--- a/src/common.h	Tue Feb 03 11:00:16 2009 -0800
+++ b/src/common.h	Tue Feb 03 15:01:47 2009 -0800
@@ -29,6 +29,7 @@
 
 
 #ifndef _WIN32
+    #pragma pack(1)
     typedef uint32_t  DWORD;
     typedef uint16_t   WORD;
     typedef uint8_t    BYTE;