diff options
author | mdejong <mdejong> | 2003-12-26 04:14:38 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2003-12-26 04:14:38 (GMT) |
commit | d0cc770ddd6d60de01f58e7de080fffd2f051cd5 (patch) | |
tree | 0e0c604e05222445159f09d7b2e08499519dfe09 /ChangeLog | |
parent | d3de706d17cb5e97867529862c334d9aa825bb4d (diff) | |
download | tk-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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: |