diff options
author | Kevin B Kenny <kennykb@acm.org> | 2010-11-04 23:56:06 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2010-11-04 23:56:06 (GMT) |
commit | 16ad672308f5f253ee2b42cd4af2040082fee45d (patch) | |
tree | dca47bf0eb34a6694f7bca8f469cb8e859c2f9cc /ChangeLog | |
parent | 259ada8fb281493b125e0b1560f2747fa91209bf (diff) | |
download | tcl-16ad672308f5f253ee2b42cd4af2040082fee45d.zip tcl-16ad672308f5f253ee2b42cd4af2040082fee45d.tar.gz tcl-16ad672308f5f253ee2b42cd4af2040082fee45d.tar.bz2 |
* generic/tclMain.c: Added missing conditional on _WIN32 around code
that messes around with the definition of _UNICODE, to correct a badly
broken Unix build from Jan's last commit.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2010-11-05 Kevin B. Kenny <kennykb@acm.org> + + * generic/tclMain.c: Added missing conditional on _WIN32 around code + that messes around with the definition of _UNICODE, to correct a badly + broken Unix build from Jan's last commit. + 2010-11-04 Jan Nijtmans <nijtmans@users.sf.net> * generic/tclDecls.h [FRQ 491789]: "setargv() doesn't support a unicode |