diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-05-17 07:21:27 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-05-17 07:21:27 (GMT) |
commit | 19b0b6744618b77b1269b2e52cbccd15fa296a7a (patch) | |
tree | 2d4202227b5c6c9cd3a2f1006b74d15b9f7f59c5 /win | |
parent | 81cee941ae3a471340b22bb98d5b7f66a283cd16 (diff) | |
parent | feb5958816bb507f819c42a0b5b77dc7001a76cd (diff) | |
download | tcl-19b0b6744618b77b1269b2e52cbccd15fa296a7a.zip tcl-19b0b6744618b77b1269b2e52cbccd15fa296a7a.tar.gz tcl-19b0b6744618b77b1269b2e52cbccd15fa296a7a.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 'win')
-rwxr-xr-x | win/configure | 5 | ||||
-rw-r--r-- | win/tcl.m4 | 2 |
2 files changed, 0 insertions, 7 deletions
diff --git a/win/configure b/win/configure index 111f5a4..a1c0f6d 100755 --- a/win/configure +++ b/win/configure @@ -4031,11 +4031,6 @@ cat >>confdefs.h <<\_ACEOF #define HAVE_NO_SEH 1 _ACEOF - -cat >>confdefs.h <<\_ACEOF -#define _HAVE_32BIT_TIME_T 1 -_ACEOF - fi # @@ -1006,8 +1006,6 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ if test "$tcl_cv_seh" = "no" ; then AC_DEFINE(HAVE_NO_SEH, 1, [Defined when mingw does not support SEH]) - AC_DEFINE(_HAVE_32BIT_TIME_T, 1, - [Defined for mingw to use pre-2005 time API]) fi # |