Chia-I Wu wrote: > On Thu, Jul 30, 2009 at 10:37:15AM -0600, Brian Paul wrote: >> Chia-I Wu wrote: >>> 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. >> If you just make your best guess at the patch for eglcompiler.h I'll >> commit it. If it doesn't work somewhere it'll get fixed. > Thanks. I've attached a revised patch in this mail. The only > difference from the original version is that, stdint.h is preferred with > c99 compiler.
Committed. -Brian ------------------------------------------------------------------------------ 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