win32: unify strcasecmp definitions
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Thu, 8 Aug 2019 12:08:16 +0000 (14:08 +0200)
committerErik Faye-Lund <erik.faye-lund@collabora.com>
Thu, 15 Aug 2019 18:23:44 +0000 (20:23 +0200)
commit544b0886165ff891bda59f9bd4ec058f8af53e5a
treef2e91711e4a9ce1f3c7d47b0509360ead5a63c57
parentecd312be96d417e70eaf4717fe64912ecbe8f713
win32: unify strcasecmp definitions

There was two incompatible definitions of strcasecmp, which lead to a
compiler warning. Let's clean this up by only leaving one of them, and
using that one all the time.

Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
src/compiler/glsl/glsl_parser.yy
src/egl/main/egllog.c
src/gallium/auxiliary/hud/hud_diskstat.c
src/gallium/auxiliary/hud/hud_nic.c
src/gallium/auxiliary/hud/hud_sensors_temp.c
src/mesa/main/imports.h
src/util/debug.c