diff options
author | davygrvy <davygrvy@noemail.net> | 2003-08-27 19:45:18 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@noemail.net> | 2003-08-27 19:45:18 (GMT) |
commit | 6f77bd7f37a76331a7b1b31fb78363328581ef31 (patch) | |
tree | bd9069d8d91f768c752a57026bc77318df03e182 /win | |
parent | 80fdd3f602f53cfd6b3aae39a17655a25f6d1702 (diff) | |
download | tcl-6f77bd7f37a76331a7b1b31fb78363328581ef31.zip tcl-6f77bd7f37a76331a7b1b31fb78363328581ef31.tar.gz tcl-6f77bd7f37a76331a7b1b31fb78363328581ef31.tar.bz2 |
Changed comment to note that OpenWatcom suffers the same missing LPFN_*
typedef ssue as MinGW and cygwin.
FossilOrigin-Name: d6217aae99f887aebad25340fd758f90a630dc94
Diffstat (limited to 'win')
-rw-r--r-- | win/tclWinSock.c | 4 |
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 |