diff options
author | redman <redman> | 1999-04-22 20:28:02 (GMT) |
---|---|---|
committer | redman <redman> | 1999-04-22 20:28:02 (GMT) |
commit | 31b2a3e33f10941d252a7514539c6d11078497b5 (patch) | |
tree | 2896319ca9c9283d121612aca3e37c596b6aab62 /win/tclWinPort.h | |
parent | f0d1d4682e8beee348c48de18e4622de4080536c (diff) | |
download | tcl-31b2a3e33f10941d252a7514539c6d11078497b5.zip tcl-31b2a3e33f10941d252a7514539c6d11078497b5.tar.gz tcl-31b2a3e33f10941d252a7514539c6d11078497b5.tar.bz2 |
Improved socket driver, use WSAEventSelect on NT
Diffstat (limited to 'win/tclWinPort.h')
-rw-r--r-- | win/tclWinPort.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/tclWinPort.h b/win/tclWinPort.h index 4843383..aba6807 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.8 1999/04/16 00:48:09 stanton Exp $ + * RCS: @(#) $Id: tclWinPort.h,v 1.9 1999/04/22 20:28:02 redman Exp $ */ #ifndef _TCLWINPORT @@ -56,7 +56,7 @@ typedef float *TCHAR; #include <sys/timeb.h> #include <tchar.h> #include <time.h> -#include <winsock.h> +#include <winsock2.h> #define WIN32_LEAN_AND_MEAN #include <windows.h> |