summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong@noemail.net>2003-12-26 04:14:38 (GMT)
committermdejong <mdejong@noemail.net>2003-12-26 04:14:38 (GMT)
commitac5ac8049e0f68130e9b0a084c8cc859e4fdefc6 (patch)
tree0e0c604e05222445159f09d7b2e08499519dfe09 /ChangeLog
parent1d749c1f74facfc8599b1f84086fdb0909dd8d03 (diff)
downloadtk-ac5ac8049e0f68130e9b0a084c8cc859e4fdefc6.zip
tk-ac5ac8049e0f68130e9b0a084c8cc859e4fdefc6.tar.gz
tk-ac5ac8049e0f68130e9b0a084c8cc859e4fdefc6.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] FossilOrigin-Name: 0dbb3702b2d3d15020957d29507582eb450d128e
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: