summaryrefslogtreecommitdiff
path: root/rts
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2008-11-13 11:46:26 +0000
committerSimon Marlow <marlowsd@gmail.com>2008-11-13 11:46:26 +0000
commit5a5c526990594f497f4515676837c57e4356a81b (patch)
tree09bed18f464b2edf8845df8a57dedcae1b7c9a17 /rts
parent4a875d65b5c86a77a3051256519f9695d701c3be (diff)
downloadhaskell-5a5c526990594f497f4515676837c57e4356a81b.tar.gz
#2768: fix compatibility problem with newer version of mingw
Diffstat (limited to 'rts')
-rw-r--r--rts/win32/IOManager.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/rts/win32/IOManager.h b/rts/win32/IOManager.h
index 9555ee5242..7379ce3b16 100644
--- a/rts/win32/IOManager.h
+++ b/rts/win32/IOManager.h
@@ -6,11 +6,7 @@
*/
#ifndef __IOMANAGER_H__
#define __IOMANAGER_H__
-/* On the yucky side..suppress -Wmissing-declarations warnings when
- * including <windows.h>
- */
-extern void* GetCurrentFiber ( void );
-extern void* GetFiberData ( void );
+
#include <windows.h>
/*