[project @ 1999-03-04 10:56:51 by sof]
authorsof <unknown>
Thu, 4 Mar 1999 10:56:51 +0000 (10:56 +0000)
committersof <unknown>
Thu, 4 Mar 1999 10:56:51 +0000 (10:56 +0000)
Previous mingw32 related commit upset things on the cygwin side.

ghc/rts/Stats.c

index d41bf45..d27816e 100644 (file)
@@ -1,5 +1,5 @@
 /* -----------------------------------------------------------------------------
- * $Id: Stats.c,v 1.10 1999/03/02 20:00:50 sof Exp $
+ * $Id: Stats.c,v 1.11 1999/03/04 10:56:51 sof Exp $
  *
  * (c) The GHC Team, 1998-1999
  *
@@ -55,7 +55,7 @@
 #include <unistd.h>
 #endif
 
-#ifndef _WIN32
+#ifndef __MINGW32__
 # ifdef HAVE_SYS_TIMES_H
 #  include <sys/times.h>
 # endif
@@ -65,7 +65,7 @@
 #include <sys/time.h>
 #endif
 
-#if ! irix_TARGET_OS && ! defined(_WIN32)
+#if ! irix_TARGET_OS && ! defined(__MINGW32__)
 # if defined(HAVE_SYS_RESOURCE_H)
 #  include <sys/resource.h>
 # endif