X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fthread_win32_osx.h;h=75ef5d9a32888ccae231bc65ff849ecbd25980af;hb=190dd26b9f1bc6442acf7b2ae4750eb4ab8b90bd;hp=c4b55a4812b96e9889864970b173d70fe752e12b;hpb=84f3e867903f62480c33243dd0ecbffd342796fc;p=stockfish diff --git a/src/thread_win32_osx.h b/src/thread_win32_osx.h index c4b55a48..75ef5d9a 100644 --- a/src/thread_win32_osx.h +++ b/src/thread_win32_osx.h @@ -27,7 +27,7 @@ /// The implementation calls pthread_create() with the stack size parameter /// equal to the linux 8MB default, on platforms that support it. -#if defined(__APPLE__) || defined(__MINGW32__) || defined(__MINGW64__) +#if defined(__APPLE__) || defined(__MINGW32__) || defined(__MINGW64__) || defined(USE_PTHREADS) #include