Re: [Piglit] [PATCH 06/12] c99: resolve MSVC 2013 builds

2014-08-13 Thread Brian Paul
On 08/12/2014 11:18 AM, Emil Velikov wrote: MSVC 2013 provides _MSC_VER 1800 and __STDC_VERSION__ < 199901L. As such the preprocessor tries ot evaluate the undefined symbol __GNUC__, s/ot/to/ agrees that is less than 3 and we end up with the following error message: include\c99\stdbool.

[Piglit] [PATCH 06/12] c99: resolve MSVC 2013 builds

2014-08-12 Thread Emil Velikov
MSVC 2013 provides _MSC_VER 1800 and __STDC_VERSION__ < 199901L. As such the preprocessor tries ot evaluate the undefined symbol __GNUC__, agrees that is less than 3 and we end up with the following error message: include\c99\stdbool.h(39) : error C2632: 'char' followed by 'bool' is illegal. S