diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2005-10-14 11:59:18 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2005-10-14 11:59:18 (GMT) |
commit | 4965c1256fe8406ebdd86e53579132a60cb3bae1 (patch) | |
tree | a34814fa07b70ca017efa5a439984599e6c1f12b /ChangeLog | |
parent | 850489f8ece9f474335ab0372ca7ef7e0f4633bc (diff) | |
download | tk-4965c1256fe8406ebdd86e53579132a60cb3bae1.zip tk-4965c1256fe8406ebdd86e53579132a60cb3bae1.tar.gz tk-4965c1256fe8406ebdd86e53579132a60cb3bae1.tar.bz2 |
* win/tkWinSend.c: Avoid using tcl internal headers and fix to
* win/tkWinSendCom.h: correctly link on all types of build (was
* win/tkWinSendCom.c: broken in static,msvcrt builds).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2005-10-14 Pat Thoyts <patthoyts@users.sourceforge.net> + + * win/tkWinSend.c: Avoid using tcl internal headers and fix to + * win/tkWinSendCom.h: correctly link on all types of build (was + * win/tkWinSendCom.c: broken in static,msvcrt builds). + 2005-10-12 Donal K. Fellows <donal.k.fellows@man.ac.uk> * tests/canvPs.test, tests/canvPsBmap.tcl, tests/canvPsImg.tcl: |