diff options
author | sof <unknown> | 1999-07-12 10:43:13 +0000 |
---|---|---|
committer | sof <unknown> | 1999-07-12 10:43:13 +0000 |
commit | 90bf51fc2336d45c6bdf347142ac14a3e68b85c1 (patch) | |
tree | 9fd145b577c35cb11d69952b6e6b9453e98872dd /ghc/lib/std/cbits/readFile.c | |
parent | 2e1efd5786d05b32290a33070221c64326dcb47c (diff) | |
download | haskell-90bf51fc2336d45c6bdf347142ac14a3e68b85c1.tar.gz |
[project @ 1999-07-12 10:43:10 by sof]
Cygwin B19 compatibility fixes
Diffstat (limited to 'ghc/lib/std/cbits/readFile.c')
-rw-r--r-- | ghc/lib/std/cbits/readFile.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ghc/lib/std/cbits/readFile.c b/ghc/lib/std/cbits/readFile.c index a848439dd4..7445b3ed0d 100644 --- a/ghc/lib/std/cbits/readFile.c +++ b/ghc/lib/std/cbits/readFile.c @@ -1,7 +1,7 @@ /* * (c) The GRASP/AQUA Project, Glasgow University, 1994-1998 * - * $Id: readFile.c,v 1.6 1999/07/03 18:45:04 sof Exp $ + * $Id: readFile.c,v 1.7 1999/07/12 10:43:13 sof Exp $ * * hGetContents Runtime Support */ @@ -9,7 +9,7 @@ #include "Rts.h" #include "stgio.h" -#if defined(HAVE_WINSOCK_H) && !defined(__CYGWIN__) +#if defined(HAVE_WINSOCK_H) && !defined(__CYGWIN__) && !defined(__CYGWIN32__) #define USE_WINSOCK #endif |