From 190d069be2b78f5b9c38d1f8c76604a55da593bd Mon Sep 17 00:00:00 2001 From: davygrvy Date: Wed, 27 Aug 2003 19:41:49 +0000 Subject: Added a block for OpenWatcom adjustments that fixes the same issue Mo did for MinGW lack of missing LPFN_* typedefs in their WINE derived winsock2.h --- win/tclWinPort.h | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/win/tclWinPort.h b/win/tclWinPort.h index c553ea6..59f58d4 100644 --- a/win/tclWinPort.h +++ b/win/tclWinPort.h @@ -10,7 +10,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclWinPort.h,v 1.36 2002/11/27 18:13:38 davygrvy Exp $ + * RCS: @(#) $Id: tclWinPort.h,v 1.37 2003/08/27 19:41:49 davygrvy Exp $ */ #ifndef _TCLWINPORT @@ -391,6 +391,15 @@ # define timezone _timezone #endif /* __CYGWIN__ */ + +#ifdef __WATCOMC__ + /* + * OpenWatcom uses a wine derived winsock2.h that is missing the + * LPFN_* typedefs. + */ +# define HAVE_NO_LPFN_DECLS +#endif + /* * There is no platform-specific panic routine for Windows in the Tcl internals. */ -- cgit v0.12