From c3a45c0cdf91876b57a4f6b18dfacdafcf2e4577 Mon Sep 17 00:00:00 2001 From: andreas_kupries Date: Thu, 16 Nov 2000 21:38:51 +0000 Subject: 2000-11-16 Andreas Kupries * win/tclWinPort.h (line 69): Changed reference to winsock2.h into winsock.h. This was a leftover from a foray into using winsock version 2 (History lesson from Scott Redman and Jeff Hobbs). This code was no problem when compiling Tcl itself, but could trip extensions. Fixes bug 122568. --- ChangeLog | 8 ++++++++ win/tclWinPort.h | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0eb7235..51a8df9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2000-11-16 Andreas Kupries + + * win/tclWinPort.h (line 69): Changed reference to winsock2.h into + winsock.h. This was a leftover from a foray into using winsock + version 2 (History lesson from Scott Redman and Jeff + Hobbs). This code was no problem when compiling Tcl itself, but + could trip extensions. Fixes bug 122568. + 2000-11-15 jeff hobbs * unix/Makefile.in: removed bp.c references (hasn't existed in a diff --git a/win/tclWinPort.h b/win/tclWinPort.h index a40681c..bb6ec27 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.12 2000/03/31 08:52:31 hobbs Exp $ + * RCS: @(#) $Id: tclWinPort.h,v 1.13 2000/11/16 21:38:52 andreas_kupries Exp $ */ #ifndef _TCLWINPORT @@ -66,7 +66,7 @@ typedef float *TCHAR; #include #include -#include +#include #define WIN32_LEAN_AND_MEAN #include -- cgit v0.12