diff options
author | mdejong <mdejong> | 2001-09-07 18:57:19 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2001-09-07 18:57:19 (GMT) |
commit | d1ab1f627e09aad62ab1ce608e6af582258bc19b (patch) | |
tree | 0ca7f92729ec168fc50bb3c4fbace6437a586e59 /ChangeLog | |
parent | 9c129407152d9ea9c27de684ccf0b63a5960daf1 (diff) | |
download | tcl-d1ab1f627e09aad62ab1ce608e6af582258bc19b.zip tcl-d1ab1f627e09aad62ab1ce608e6af582258bc19b.tar.gz tcl-d1ab1f627e09aad62ab1ce608e6af582258bc19b.tar.bz2 |
* win/tclWinThrd.c (TclpThreadExit): Cast status argument to
_endthreadex to unsigned instead of DWORD to match the Win32
function prototype.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2001-09-07 Mo DeJong <mdejong@users.sourceforge.net> + + * win/tclWinThrd.c (TclpThreadExit): Cast status argument to + _endthreadex to unsigned instead of DWORD to match the Win32 + function prototype. + 2001-09-06 Andreas Kupries <andreas_kupries@users.sourceforge.net> * All the changes below serve to fix bug [219148] which reports a |