summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2005-12-10 01:42:01 (GMT)
committermdejong <mdejong>2005-12-10 01:42:01 (GMT)
commit19c205379f4bd33606ed447a19d1040881f12020 (patch)
treeed46ca0b99f2be7b32fff520459b47df06f77602 /ChangeLog
parent4ddd58307b04e25e740d0388a99d530cd18bf715 (diff)
downloadtk-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--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eb0900c..2e6f6ed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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