glsl: Generalize MSVC fix for strcasecmp().
authorPaul Berry <stereotype441@gmail.com>
Sat, 26 Oct 2013 17:25:46 +0000 (10:25 -0700)
committerPaul Berry <stereotype441@gmail.com>
Tue, 29 Oct 2013 18:10:56 +0000 (11:10 -0700)
commitbe63803b0c1efab19d20be3274f92fb55ead7958
tree74319257112743e334610a610c672c66bd1afcbd
parente4195acab57a6ab7a604073c46e72b7a49da9e21
glsl: Generalize MSVC fix for strcasecmp().

This will let us use strcasecmp() from anywhere inside Mesa without
having to worry about the fact that it doesn't exist in MSVC.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/glsl/glsl_parser.yy
src/mesa/main/imports.h