diff options
author | nijtmans <nijtmans> | 2010-10-12 10:21:55 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-10-12 10:21:55 (GMT) |
commit | 88ac6d1bd8bf253aaca06731296ed6c96410decb (patch) | |
tree | b047c3aa39ae420af8227427ce5dced10f901429 /ChangeLog | |
parent | b344e4333e68bd8722897e5bf08a6f2711e6cdbd (diff) | |
download | tcl-88ac6d1bd8bf253aaca06731296ed6c96410decb.zip tcl-88ac6d1bd8bf253aaca06731296ed6c96410decb.tar.gz tcl-88ac6d1bd8bf253aaca06731296ed6c96410decb.tar.bz2 |
Eliminate many tclWinProcs-> indirect calls, which are no longer needed.
Fix some MSVC 6.0 warnings
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2010-10-12 Jan Nijtmans <nijtmans@users.sf.net> + + * win/tclWin32Dll.c: Eliminate many tclWinProcs-> indirect calls, which + * win/tclWinFCmd.c: are no longer needed. + * win/tclWinFile.c: + * win/tclWinInt.h: + * win/tclWinPipe.c: + * win/tclWinTest.c: + * win/tclWinSock.c: Fix some MSVC 6.0 warnings (thanks to Pat Thoyts!) + 2010-10-11 Jan Nijtmans <nijtmans@users.sf.net> * win/tclWinDde.c: [FRQ 2965056]: Windows build with -DUNICODE |