Fix Cygwin gcc compiling
authorH.G. Muller <h.g.muller@hccnet.nl>
Wed, 27 Nov 2013 21:08:26 +0000 (22:08 +0100)
committerH.G. Muller <h.g.muller@hccnet.nl>
Fri, 20 Dec 2013 12:28:33 +0000 (13:28 +0100)
commit337ac0a0658376f8a9b2aa740acde95f021e53ec
tree71c5ffeff224b49e8ce7bce4dc449576646d0393
parent464c88061b108405e7f9032900fc194e81aa0989
Fix Cygwin gcc compiling

Te strtok_r function seems unknown in Cygwin, so we provided our own.
Some Windows-specific stuff was under #ifdef _MSC_VER, like that would
be the same as #ifdef WIN32. Checking for input in console mode is taken
care of. The Makefile was adapted to make MINGW compiles.
Makefile
io.c
proce.c
shogi.h