[project @ 2005-01-28 12:55:17 by simonmar]
[ghc-hetmet.git] / ghc / rts / Timer.c
index 013fd06..147b4d1 100644 (file)
@@ -20,7 +20,7 @@
 #include "Schedule.h"
 #include "Timer.h"
 
-#if !defined(mingw32_TARGET_OS)
+#if !defined(mingw32_HOST_OS)
 #include "Itimer.h"
 #else
 #include "win32/Ticker.h"