Basic support for windows is added to c-gomoku-cli 😃
The port may still not be perfect, for instance I did not find a valid replacement for getc_unlocked() in str_getline() under Windows, so a slower getc() is used instead. Other process related stuffs should be alright.
It builds successfully using MINGW64 gcc in my test.
Basic support for windows is added to c-gomoku-cli 😃
The port may still not be perfect, for instance I did not find a valid replacement for
getc_unlocked()
instr_getline()
under Windows, so a slowergetc()
is used instead. Other process related stuffs should be alright.It builds successfully using MINGW64 gcc in my test.