> > -typedef signed int sint32; > > -typedef unsigned int uint32; > > +typedef signed long sint32; > > +typedef unsigned long uint32; > That's wrong, because on 64bit architectures "long" is 64bit wide. As often as not. On Alpha it used to be 32 bits for some strange reason. long long gave 64 bits Cu, Andy -- = Andreas Beck | Email : <[EMAIL PROTECTED]> =
- ggi typedefs Thayne Harbaugh
- Re: ggi typedefs Christoph Egger
- Re: ggi typedefs Thayne Harbaugh
- Re: ggi typedefs Andreas Beck
- Re: ggi typedefs Thayne Harbaugh
