[Piglit] [PATCH 03/14] util: Remove custom defs of C99 types for MSVC

2012-06-12 Thread Chad Versace
piglit-util.h contained an #ifdef that defined C99 types for MSVC. Remove that #ifdef block and let MSVC simply include the C99 headers located at $PIGLIT_TOP/include/msvc/c99. Signed-off-by: Chad Versace chad.vers...@linux.intel.com --- tests/util/piglit-util.h | 22 ++ 1

Re: [Piglit] [PATCH 03/14] util: Remove custom defs of C99 types for MSVC

2012-06-12 Thread Kenneth Graunke
On 06/12/2012 04:02 PM, Chad Versace wrote: piglit-util.h contained an #ifdef that defined C99 types for MSVC. Remove that #ifdef block and let MSVC simply include the C99 headers located at $PIGLIT_TOP/include/msvc/c99. Signed-off-by: Chad Versace chad.vers...@linux.intel.com ---

Re: [Piglit] [PATCH 03/14] util: Remove custom defs of C99 types for MSVC

2012-06-12 Thread Chad Versace
On 06/12/2012 05:21 PM, Kenneth Graunke wrote: On 06/12/2012 04:02 PM, Chad Versace wrote: piglit-util.h contained an #ifdef that defined C99 types for MSVC. Remove that #ifdef block and let MSVC simply include the C99 headers located at $PIGLIT_TOP/include/msvc/c99. Signed-off-by: Chad