X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2Frts%2FOSThreads.h;h=c70f418229a8f79ce814fdc855fa89176ea3e068;hb=6cec61d14a324285dbb8ce73d4c7215f1f8d6766;hp=a24459cc6c2f1864e45f84591e8e6839388126e0;hpb=98ad599b6f333d8d13fc9571e24fbb8587f12a94;p=ghc-hetmet.git diff --git a/includes/rts/OSThreads.h b/includes/rts/OSThreads.h index a24459c..c70f418 100644 --- a/includes/rts/OSThreads.h +++ b/includes/rts/OSThreads.h @@ -17,7 +17,7 @@ #if defined(THREADED_RTS) /* to the end */ -# if defined(HAVE_PTHREAD_H) && !defined(WANT_NATIVE_WIN32_THREADS) +#if defined(HAVE_PTHREAD_H) && !defined(mingw32_HOST_OS) #if CMINUSMINUS