summaryrefslogtreecommitdiff
path: root/ghc/lib/std/cbits/filePutc.c
diff options
context:
space:
mode:
authorsof <unknown>1999-07-12 10:43:13 +0000
committersof <unknown>1999-07-12 10:43:13 +0000
commit90bf51fc2336d45c6bdf347142ac14a3e68b85c1 (patch)
tree9fd145b577c35cb11d69952b6e6b9453e98872dd /ghc/lib/std/cbits/filePutc.c
parent2e1efd5786d05b32290a33070221c64326dcb47c (diff)
downloadhaskell-90bf51fc2336d45c6bdf347142ac14a3e68b85c1.tar.gz
[project @ 1999-07-12 10:43:10 by sof]
Cygwin B19 compatibility fixes
Diffstat (limited to 'ghc/lib/std/cbits/filePutc.c')
-rw-r--r--ghc/lib/std/cbits/filePutc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ghc/lib/std/cbits/filePutc.c b/ghc/lib/std/cbits/filePutc.c
index d6137794c0..b205116a1a 100644
--- a/ghc/lib/std/cbits/filePutc.c
+++ b/ghc/lib/std/cbits/filePutc.c
@@ -1,7 +1,7 @@
/*
* (c) The GRASP/AQUA Project, Glasgow University, 1994-1998
*
- * $Id: filePutc.c,v 1.6 1999/07/03 18:45:04 sof Exp $
+ * $Id: filePutc.c,v 1.7 1999/07/12 10:43:13 sof Exp $
*
* hPutChar Runtime Support
*/
@@ -10,7 +10,7 @@
#include "stgio.h"
#include "error.h"
-#if defined(HAVE_WINSOCK_H) && !defined(__CYGWIN__)
+#if defined(HAVE_WINSOCK_H) && !defined(__CYGWIN__) && !defined(__CYGWIN32__)
#define USE_WINSOCK
#endif