Jump through some hoops to make the Windows SEH exception stuff happy
[ghc-hetmet.git] / rts / win32 / seh_excn.h
similarity index 97%
rename from rts/seh_excn.h
rename to rts/win32/seh_excn.h
index 311675d..410d430 100644 (file)
@@ -84,8 +84,7 @@ catchDivZero(struct _EXCEPTION_RECORD*,
    } \
   }
 #else
-#define BEGIN_CATCH /* nothing */
-#define END_CATCH   /* nothing */
+#error Don't know what sort of Windows system this is
 #endif
 
 #endif /* __SEH_EXCN_H__ */