diff options
author | davygrvy <davygrvy@pobox.com> | 2003-08-27 21:52:54 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@pobox.com> | 2003-08-27 21:52:54 (GMT) |
commit | f13a99eb97ccd3791f0896870344e33eacf3e28c (patch) | |
tree | 9a7e99a90c950a537aa8fb57aab62e9d4a0e1ce3 | |
parent | eefa813ecaadd254c41b53d04e8a3b0d86809a63 (diff) | |
download | tcl-f13a99eb97ccd3791f0896870344e33eacf3e28c.zip tcl-f13a99eb97ccd3791f0896870344e33eacf3e28c.tar.gz tcl-f13a99eb97ccd3791f0896870344e33eacf3e28c.tar.bz2 |
no message
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -13,8 +13,9 @@ in tclInt.decls. * win/tclWinPort.h: 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> + that fixes 1) the same issue Mo did for MinGW lack of missing LPFN_* + typedefs in their WINE derived <winsock2.h> and 2) The need to be + strict about how the char type needs to be signed by default. * win/tclWinSock.c: Added OpenWatcom to the commentary about the #ifdef HAVE_NO_LPFN_DECLS block. |