From 4c22e67ec95fd5fb54dbd758325f562831e7d19d Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Mon, 3 Aug 2009 14:23:46 +0000 Subject: [PATCH] Windows build fixes --- rts/win32/OSThreads.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rts/win32/OSThreads.c b/rts/win32/OSThreads.c index c18bab2..4103469 100644 --- a/rts/win32/OSThreads.c +++ b/rts/win32/OSThreads.c @@ -11,7 +11,6 @@ #include "Rts.h" #if defined(THREADED_RTS) -#include "OSThreads.h" #include "RtsUtils.h" #include @@ -95,6 +94,7 @@ void shutdownThread() { _endthreadex(0); + barf("_endthreadex returned"); // avoid gcc warning } int -- 1.7.10.4