summaryrefslogtreecommitdiffstats
path: root/win/tclWinSock.c
diff options
context:
space:
mode:
authordavygrvy <davygrvy@pobox.com>2003-08-27 19:45:18 (GMT)
committerdavygrvy <davygrvy@pobox.com>2003-08-27 19:45:18 (GMT)
commitd74a04ae7ce45654c550ba91bc0264abc9cd2fb5 (patch)
treebd9069d8d91f768c752a57026bc77318df03e182 /win/tclWinSock.c
parent190d069be2b78f5b9c38d1f8c76604a55da593bd (diff)
downloadtcl-d74a04ae7ce45654c550ba91bc0264abc9cd2fb5.zip
tcl-d74a04ae7ce45654c550ba91bc0264abc9cd2fb5.tar.gz
tcl-d74a04ae7ce45654c550ba91bc0264abc9cd2fb5.tar.bz2
Changed comment to note that OpenWatcom suffers the same missing LPFN_*
typedef ssue as MinGW and cygwin.
Diffstat (limited to 'win/tclWinSock.c')
-rw-r--r--win/tclWinSock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/tclWinSock.c b/win/tclWinSock.c
index bca4b72..a562371 100644
--- a/win/tclWinSock.c
+++ b/win/tclWinSock.c
@@ -8,7 +8,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclWinSock.c,v 1.37 2003/04/22 23:20:44 andreas_kupries Exp $
+ * RCS: @(#) $Id: tclWinSock.c,v 1.38 2003/08/27 19:45:18 davygrvy Exp $
*/
#include "tclWinInt.h"
@@ -37,7 +37,7 @@ TCL_DECLARE_MUTEX(socketMutex)
/*
- * Mingw and Cygwin may not have LPFN_* typedefs.
+ * Mingw, Cygwin and OpenWatcom may not have LPFN_* typedefs.
*/
#ifdef HAVE_NO_LPFN_DECLS