JacobEckroth / BetterChess

39 stars 6 forks source link

Fix building on Unix systems #2

Closed nagayev closed 3 years ago

nagayev commented 3 years ago

On Unix systems like Linux we coudn't use header. So if you want to compile this not on Windows the build will fail. But even on Windows you coudn't compile this without using MSVC compiler (Visual Studio default compiler). This PR fixes compilation on Linux.

JacobEckroth commented 3 years ago

Looks great, thank you for implementing this! I'm very busy right now with work so I cannot fix these issues.