On Wed, Jul 29, 2009 at 09:21:15AM -0600, tom fogal wrote: > > -#if defined(_MSC_VER) > > +#if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L > > +# include <stdint.h> > > +#elif defined(_MSC_VER) > > typedef __int8 int8_t; > > typedef unsigned __int8 uint8_t; > > typedef __int16 int16_t; > Why not just "#else"? Because there might be no __int8 defined.
-- Regards, olv ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Mesa3d-dev mailing list Mesa3d-dev@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mesa3d-dev