diff options
Diffstat (limited to 'win')
-rw-r--r-- | win/tclWinPort.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/win/tclWinPort.h b/win/tclWinPort.h index 951d2e7..845c217 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.31 2002/06/12 09:28:59 vincentdarley Exp $ + * RCS: @(#) $Id: tclWinPort.h,v 1.32 2002/08/01 13:05:31 rmax Exp $ */ #ifndef _TCLWINPORT @@ -442,6 +442,9 @@ #define getsockopt TclWinGetSockOpt #define ntohs TclWinNToHS #define setsockopt TclWinSetSockOpt +/* This type is not defined in the Windows headers */ +#define socklen_t int + /* * The following macros have trivial definitions, allowing generic code to |