Chia-I Wu <olva...@gmail.com> writes:
>  /**
> + * Get standard integer types
> + */
> +#if defined(_MSC_VER)
> +   typedef __int8             int8_t;
> +   typedef unsigned __int8    uint8_t;
[snip]
> +#else
> +#  include <stdint.h>
> +#endif

I think this would make more sense predicated on __STDC_VERSION__
compared to 199901L (i.e. c99 path and non-c99 path).

-tom

------------------------------------------------------------------------------
_______________________________________________
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to