[project @ 2004-11-11 23:39:15 by sof]
authorsof <unknown>
Thu, 11 Nov 2004 23:39:15 +0000 (23:39 +0000)
committersof <unknown>
Thu, 11 Nov 2004 23:39:15 +0000 (23:39 +0000)
drop win32 protos, current windows.h's now provide 'em.

ghc/includes/Rts.h

index 35ba5ce..59c90c2 100644 (file)
@@ -184,14 +184,6 @@ extern void stg_exit(int n) GNU_ATTRIBUTE(__noreturn__);
 /* declarations for runtime flags/values */
 #define MAX_RTS_ARGS 32
 
-#ifdef _WIN32
-/* On the yucky side..suppress -Wmissing-declarations warnings when
- * including <windows.h>
- */
-extern void* GetCurrentFiber ( void );
-extern void* GetFiberData ( void );
-#endif
-
 /* -----------------------------------------------------------------------------
    Assertions and Debuggery
    -------------------------------------------------------------------------- */