Sync Data.ByteString with current stable branch, 0.7
[ghc-base.git] / cbits / timeUtils.c
index ca868e2..31cfacb 100644 (file)
@@ -5,7 +5,7 @@
  */
 #include "HsBase.h"
 
-#if defined(mingw32_TARGET_OS) /* to the end */
+#if defined(_MSC_VER) || defined(__MINGW32__) || defined(_WIN32) /* to the end */
 
 HsAddr __hscore_timezone( void )
 { return (HsAddr)&_timezone; }