X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Flib%2Fstd%2Fcbits%2FreadFile.c;h=7445b3ed0db22a3619a9b6324d397ea7b533b033;hb=90bf51fc2336d45c6bdf347142ac14a3e68b85c1;hp=a848439dd4bb576c5265d86da5ecd3c7f0b73ff6;hpb=2e1efd5786d05b32290a33070221c64326dcb47c;p=ghc-hetmet.git diff --git a/ghc/lib/std/cbits/readFile.c b/ghc/lib/std/cbits/readFile.c index a848439..7445b3e 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