Re: [Mesa-dev] [PATCH] mesa/imports.h: VS2013 doesn't provide strcasecmp

2014-07-28 Thread Alon Levy
On 07/24/2014 02:12 PM, Alon Levy wrote: > From: Alon Levy > > Fixed build error at glsl_parser.yy for Visual Studio 2013 > > Signed-off-by: Alon Levy Not required, my bad, I was looking at an old master, patch 8c879ac1977a265ae513a5569ee3af35dbc6b1aa already does this > --- > Thanks for the

Re: [Mesa-dev] [PATCH] mesa/imports.h: VS2013 doesn't provide strcasecmp

2014-07-24 Thread Alon Levy
On 07/24/2014 02:12 PM, Alon Levy wrote: > From: Alon Levy Forgot to add Ian as cc. > > Fixed build error at glsl_parser.yy for Visual Studio 2013 > > Signed-off-by: Alon Levy > --- > Thanks for the review. I verified and VS2013 (vs12) doesn't include > strcasecmp, > I corrected the file you

[Mesa-dev] [PATCH] mesa/imports.h: VS2013 doesn't provide strcasecmp

2014-07-24 Thread Alon Levy
From: Alon Levy Fixed build error at glsl_parser.yy for Visual Studio 2013 Signed-off-by: Alon Levy --- Thanks for the review. I verified and VS2013 (vs12) doesn't include strcasecmp, I corrected the file you mentioned, here is a better patch. (this supercedes the previous patch) src/mesa/mai