diff options
author | nijtmans <nijtmans> | 2010-05-31 13:47:32 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-05-31 13:47:32 (GMT) |
commit | 21254079488f4212f41c0c2b3acbe29e44bcae3d (patch) | |
tree | 94c95d23de554a03c40c89c9831feb1fb2c74b55 /ChangeLog | |
parent | 45b76a9f0bed998cfb332ad387dec00356109c19 (diff) | |
download | tk-21254079488f4212f41c0c2b3acbe29e44bcae3d.zip tk-21254079488f4212f41c0c2b3acbe29e44bcae3d.tar.gz tk-21254079488f4212f41c0c2b3acbe29e44bcae3d.tar.bz2 |
Add command line processing for CYGWIN, backported from trunk.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,8 @@ * generic/tkMain.c: Fix CYGWIN warning: "fd_set and assiciated.macros have been defined in sys/types. This may cause runtime problems with W32" + * win/winMain.c: Add command line processing for CYGWIN, backported + from trunk. 2010-05-20 Donal K. Fellows <dkf@users.sf.net> |