comparison 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
comparison
equal deleted inserted replaced
124:cbf63dd3f109 125:23a36ac0514d
27 typedef long long int64_t; 27 typedef long long int64_t;
28 #endif 28 #endif
29 29
30 30
31 #ifndef _WIN32 31 #ifndef _WIN32
32 #pragma pack(1)
32 typedef uint32_t DWORD; 33 typedef uint32_t DWORD;
33 typedef uint16_t WORD; 34 typedef uint16_t WORD;
34 typedef uint8_t BYTE; 35 typedef uint8_t BYTE;
35 typedef uint32_t UINT32; 36 typedef uint32_t UINT32;
36 typedef struct { // copied from wine 37 typedef struct { // copied from wine