From: Marco Costalba Date: Wed, 25 Jan 2012 05:29:30 +0000 (+0100) Subject: Use Windows threads library with mingw X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=a189a5f0c53ec444652fdec78cff206279575bf8;hp=a189a5f0c53ec444652fdec78cff206279575bf8;p=stockfish Use Windows threads library with mingw Instead of Posix threads. This seems to fix time losses of the gcc compiled version for Windows. The patch replaces the MSVC specific _MSC_VER flag with _WIN32 and _WIN64 that are defined both by MSVC and mingw-gcc. Workaround found by Jim Ablett. No functional change. Signed-off-by: Marco Costalba ---