Re: u_int32_t

2006-10-16 Thread Alexandre Julliard
n0dalus <[EMAIL PROTECTED]> writes: > I didn't think we were allowed to use C99 code in wine, for > compatibility reasons (C++ style comments, etc)? Though I guess using > C99 headers would still work with pre-C99 compilers whereas C99 code > features wouldn't. > > Any official word on this? In g

Re: u_int32_t

2006-10-14 Thread n0dalus
On 10/14/06, David Laight <[EMAIL PROTECTED]> wrote: The C99 type is 'uint32_t' - and should be defined by inttypes.h I didn't think we were allowed to use C99 code in wine, for compatibility reasons (C++ style comments, etc)? Though I guess using C99 headers would still work with pre-C99 com

Re: u_int32_t

2006-10-14 Thread David Laight
On Sat, Oct 14, 2006 at 10:53:46PM +1000, Robert Lunnon wrote: > Seems these typedefs have found their way into some of the source files, from > my recollection these definitions aren't used. What is the official typedef > for these types; > IE > u_int32_t > uint32_t >

u_int32_t

2006-10-14 Thread Robert Lunnon
Seems these typedefs have found their way into some of the source files, from my recollection these definitions aren't used. What is the official typedef for these types; IE u_int32_t uint32_t or UINT32