[project @ 2003-03-29 00:00:41 by sof]
[ghc-hetmet.git] / ghc / rts / Timer.c
index 1f9db85..5425116 100644 (file)
@@ -20,7 +20,7 @@
 #include "Schedule.h"
 #include "Timer.h"
 
-#ifndef mingw32_TARGET_OS
+#if !defined(mingw32_TARGET_OS)
 #include "Itimer.h"
 #else
 #include "win32/Ticker.h"