#2768: fix compatibility problem with newer version of mingw
authorSimon Marlow <marlowsd@gmail.com>
Thu, 13 Nov 2008 11:46:26 +0000 (11:46 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Thu, 13 Nov 2008 11:46:26 +0000 (11:46 +0000)
rts/win32/IOManager.h

index 9555ee5..7379ce3 100644 (file)
@@ -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>
 
 /*