summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2001-09-07 18:57:19 (GMT)
committermdejong <mdejong>2001-09-07 18:57:19 (GMT)
commitd1ab1f627e09aad62ab1ce608e6af582258bc19b (patch)
tree0ca7f92729ec168fc50bb3c4fbace6437a586e59 /ChangeLog
parent9c129407152d9ea9c27de684ccf0b63a5960daf1 (diff)
downloadtcl-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 38775ec..ad51a8d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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