diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-05-17 07:24:31 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-05-17 07:24:31 (GMT) |
commit | a2886072c2e70a4e2483607d3f9b27e7a2d82a88 (patch) | |
tree | d04ae4f405bd00a106b185cac309493c4d8f93df /ChangeLog | |
parent | 0e806474171fe53e8943bea86915d446e70c7226 (diff) | |
parent | 19b0b6744618b77b1269b2e52cbccd15fa296a7a (diff) | |
download | tcl-a2886072c2e70a4e2483607d3f9b27e7a2d82a88.zip tcl-a2886072c2e70a4e2483607d3f9b27e7a2d82a88.tar.gz tcl-a2886072c2e70a4e2483607d3f9b27e7a2d82a88.tar.bz2 |
Revert defining _HAVE_32BIT_TIME_T especially for mingw-4.0-rc1: Although it works, it has the side-effect that tcl8?.dll depends on msvcrt.dll symbols which are only available in later versions of msvcrt.dll. This is undesired, it really should be fixed in the mingw headers.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -1,10 +1,7 @@ 2013-05-16 Jan Nijtmans <nijtmans@users.sf.net> - * win/tcl.m4: Add support for the latest mingw-4.0-rc1. - * win/configure: (regenerated) * generic/tclBasic.c: Add panic in order to detect incompatible mingw32 sys/stat.h and sys/time.h headers, - (which is fixed by defining _HAVE_32BIT_TIME_T). 2013-05-13 Jan Nijtmans <nijtmans@users.sf.net> |