diff options
author | nijtmans <nijtmans> | 2010-09-10 08:59:24 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-09-10 08:59:24 (GMT) |
commit | 2d9b29197a1dbb4d152e669eb2e51f156a2c29cd (patch) | |
tree | 5518d2c9eeb4532b5060c62502b6c42f92440c1a /ChangeLog | |
parent | 6da8b413c4b3bf6801bd9935bce44a7764ab85f6 (diff) | |
download | tk-2d9b29197a1dbb4d152e669eb2e51f156a2c29cd.zip tk-2d9b29197a1dbb4d152e669eb2e51f156a2c29cd.tar.gz tk-2d9b29197a1dbb4d152e669eb2e51f156a2c29cd.tar.bz2 |
Make compilable with -DUNICODE, or mark files with a TODO which are not done yet.
tkWinPort.h: mingw/cygwin fixes: <tchar.h> should always be included here.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +2010-09-10 Jan Nijtmans <nijtmans@users.sf.net> + + * win/tkWinEmbed.c: Make compilable with -DUNICODE + * win/tkWinClipboard.c: Mark those files as not compilable with + * win/tkWinColor.c: -DUNICODE, so add a TODO. + * win/tkWinCursor.c: + * win/tkWinDialog.c: + * win/tkWinFont.c: + * win/tkWinMenu.c: + * win/tkWinPixmap.c: + * win/tkWinTest.c: + * win/tkWinWm.c: + * win/tkWinX.c: + * win/winMain.c: + * win/tkWinPort.h: mingw/cygwin fixes: <tchar.h> should always + be included here. + 2010-09-09 Jan Nijtmans <nijtmans@users.sf.net> * win/rules.vc: (sync with tcl version) |