Fix strcasestr for Windows
authorH.G.Muller <hgm@hgm-xboard.(none)>
Sat, 31 Dec 2016 19:37:53 +0000 (20:37 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Sat, 31 Dec 2016 19:40:59 +0000 (20:40 +0100)
commit3ac3bb55a99f03831492829d8135e83f567d59b9
treeb63ca062dc8bdc8a29e0e71b16c63406e703217d
parent253fce139bb060488cd0cf4eabef66775b52c6fb
Fix strcasestr for Windows

The strcasestr definition, which we have to supply ourselves to make
the Windows version compilable, was not upto the task of having a
string constant as first argument, and a string that needs decapitalization
as the second argument.
UCI2WB.c