diff options
author | Kevin B Kenny <kennykb@acm.org> | 2004-10-30 18:03:55 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2004-10-30 18:03:55 (GMT) |
commit | 130de37a3df4f7e6f1886bda7328efa0da2d66b8 (patch) | |
tree | 71250bd3b24852f221b14470eb37a4ca98bf8961 /ChangeLog | |
parent | d90e8072f547d5c90ca14de82a3b9897afe7ed9a (diff) | |
download | tcl-130de37a3df4f7e6f1886bda7328efa0da2d66b8.zip tcl-130de37a3df4f7e6f1886bda7328efa0da2d66b8.tar.gz tcl-130de37a3df4f7e6f1886bda7328efa0da2d66b8.tar.bz2 |
replaced WIN32 with __WIN32__ [Bug 1054357] (Gravereaux)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2004-10-30 Kevin Kenny <kennykb@acm.org> + + * generic/clock.c: Replaced WIN32 macro with __WIN32__. + [Bug 1054357]. Thanks to David Gravereaux for the patch. + 2004-10-29 Don Porter <dgp@users.sourceforge.net> * library/tcltest/tcltest.tcl: Correct reaction to errors in the |