X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FException.h;h=890c5165ad0d4f6a94988c23ae53b01a706c1f23;hb=5d0394e2003e80c3083beba77b5a70f28d1f4747;hp=083faaf230f5e466ab578364735fc94f9e694b32;hpb=94e06463420582cc2d336b39a297e82af39e4cc4;p=ghc-hetmet.git diff --git a/ghc/rts/Exception.h b/ghc/rts/Exception.h index 083faaf..890c516 100644 --- a/ghc/rts/Exception.h +++ b/ghc/rts/Exception.h @@ -21,7 +21,7 @@ interruptible(StgTSO *t) case BlockedOnException: case BlockedOnRead: case BlockedOnWrite: -#if defined(mingw32_TARGET_OS) +#if defined(mingw32_HOST_OS) case BlockedOnDoProc: #endif case BlockedOnDelay: