[Mesa-dev] strcasecmp() not found w/ MSVC
Brian Paul
brianp at vmware.com
Thu Oct 17 21:35:53 CEST 2013
Hi Paul,
It looks like MSVC doesn't have the strcasecmp() function you recently
employed in src/glsl/glsl_parser.yy.
Looks like the work-around is _stricmp, per
http://stackoverflow.com/questions/3694723/error-c3861-strcasecmp-identifier-not-found-in-visual-studio-2008/3694738#3694738
I'll look into fixing it here, but you might want to take a look too
(and I might not get to it for a few hours).
-Brian
More information about the mesa-dev
mailing list