diff options
author | mdejong <mdejong> | 2005-12-10 01:42:01 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2005-12-10 01:42:01 (GMT) |
commit | 19c205379f4bd33606ed447a19d1040881f12020 (patch) | |
tree | ed46ca0b99f2be7b32fff520459b47df06f77602 /ChangeLog | |
parent | 4ddd58307b04e25e740d0388a99d530cd18bf715 (diff) | |
download | tk-19c205379f4bd33606ed447a19d1040881f12020.zip tk-19c205379f4bd33606ed447a19d1040881f12020.tar.gz tk-19c205379f4bd33606ed447a19d1040881f12020.tar.bz2 |
* win/tkWinWm.c (WinSetIcon): Don't check result
of SetClassLong() or SetClassLongPtr() since
it was generating an incorrect error and
the MSDN docs indicate that the result need
not be checked.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2005-12-09 Mo DeJong <mdejong@users.sourceforge.net> + * win/tkWinWm.c (WinSetIcon): Don't check result + of SetClassLong() or SetClassLongPtr() since + it was generating an incorrect error and + the MSDN docs indicate that the result need + not be checked. + +2005-12-09 Mo DeJong <mdejong@users.sourceforge.net> + * win/configure: Regen. * win/tcl.m4 (SC_CONFIG_CFLAGS): Define MACHINE for gcc builds. The lack of a definition of this |