summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2003-12-26 04:14:38 (GMT)
committermdejong <mdejong>2003-12-26 04:14:38 (GMT)
commitd0cc770ddd6d60de01f58e7de080fffd2f051cd5 (patch)
tree0e0c604e05222445159f09d7b2e08499519dfe09 /ChangeLog
parentd3de706d17cb5e97867529862c334d9aa825bb4d (diff)
downloadtk-d0cc770ddd6d60de01f58e7de080fffd2f051cd5.zip
tk-d0cc770ddd6d60de01f58e7de080fffd2f051cd5.tar.gz
tk-d0cc770ddd6d60de01f58e7de080fffd2f051cd5.tar.bz2
* win/tkWin32Dll.c (DllMain): Add HAVE_NO_SEH
blocks in place of __try and __except statements to support gcc builds. This is needed after David's changes on 2003-12-21. [Tcl patch 858493]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 121c350..2a623c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2003-12-25 Mo DeJong <mdejong@users.sourceforge.net>
+
+ * win/tkWin32Dll.c (DllMain): Add HAVE_NO_SEH
+ blocks in place of __try and __except statements
+ to support gcc builds. This is needed after
+ David's changes on 2003-12-21. [Tcl patch 858493]
+
2003-12-22 David Gravereaux <davygrvy@pobox.com>
* win/nmakehlp.c: