From: sof Date: Thu, 4 Mar 1999 10:56:51 +0000 (+0000) Subject: [project @ 1999-03-04 10:56:51 by sof] X-Git-Tag: Approximately_9120_patches~6421 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=78b63659881f75256bb339cdd1033d6d9e228a50;p=ghc-hetmet.git [project @ 1999-03-04 10:56:51 by sof] Previous mingw32 related commit upset things on the cygwin side. --- diff --git a/ghc/rts/Stats.c b/ghc/rts/Stats.c index d41bf45..d27816e 100644 --- a/ghc/rts/Stats.c +++ b/ghc/rts/Stats.c @@ -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 #endif -#ifndef _WIN32 +#ifndef __MINGW32__ # ifdef HAVE_SYS_TIMES_H # include # endif @@ -65,7 +65,7 @@ #include #endif -#if ! irix_TARGET_OS && ! defined(_WIN32) +#if ! irix_TARGET_OS && ! defined(__MINGW32__) # if defined(HAVE_SYS_RESOURCE_H) # include # endif