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 general there's no reason to use C99 types, the Windows API has all the types we need. -- Alexandre Julliard [EMAIL PROTECTED]
