diff options
author | mdejong <mdejong> | 2003-01-13 01:27:50 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2003-01-13 01:27:50 (GMT) |
commit | 6638ab2cc75d41465a5191828f2c9acbab86af6b (patch) | |
tree | 4181938d9b16505f540d6023e6d4474966db168f /ChangeLog | |
parent | 73064e4b76a9357a6054724dc8dda93a6fec52e9 (diff) | |
download | tcl-6638ab2cc75d41465a5191828f2c9acbab86af6b.zip tcl-6638ab2cc75d41465a5191828f2c9acbab86af6b.tar.gz tcl-6638ab2cc75d41465a5191828f2c9acbab86af6b.tar.bz2 |
* win/configure: Regen.
* win/configure.in: Check for typedefs like LPFN_ACCEPT
in winsock2.h and define HAVE_NO_LPFN_DECLS if not found.
* win/tclWinSock.c: Define LPFN_* typedefs if
HAVE_NO_LPFN_DECLS is defined. This fixes the build
under Mingw and Cygwin, it was broken by the changes
made on 2002-11-26.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2003-01-12 Mo DeJong <mdejong@users.sourceforge.net> + + * win/configure: Regen. + * win/configure.in: Check for typedefs like LPFN_ACCEPT + in winsock2.h and define HAVE_NO_LPFN_DECLS if not found. + * win/tclWinSock.c: Define LPFN_* typedefs if + HAVE_NO_LPFN_DECLS is defined. This fixes the build + under Mingw and Cygwin, it was broken by the changes + made on 2002-11-26. + 2003-01-10 Vince Darley <vincentdarley@users.sourceforge.net> * generic/tclIOUtil.c: |