summaryrefslogtreecommitdiffstats
path: root/win/tcl.m4
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-05-16 08:20:16 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-05-16 08:20:16 (GMT)
commit472c40ee512ac5d71191c2b1a6948982f1ac05d8 (patch)
tree85d0a8fc64ecc4d7424767f0d5f2e14060e82b86 /win/tcl.m4
parent86540426023b0d4f732aee933ba54cb826ffb191 (diff)
downloadtcl-472c40ee512ac5d71191c2b1a6948982f1ac05d8.zip
tcl-472c40ee512ac5d71191c2b1a6948982f1ac05d8.tar.gz
tcl-472c40ee512ac5d71191c2b1a6948982f1ac05d8.tar.bz2
Add support for the latest mingw-4.0-rc1. See: [http://sourceforge.net/p/mingw/mingw-org-wsl/ci/4.0-rc1/tree/NEWS]
Diffstat (limited to 'win/tcl.m4')
-rw-r--r--win/tcl.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/win/tcl.m4 b/win/tcl.m4
index 7c55fc9..e6b6714 100644
--- a/win/tcl.m4
+++ b/win/tcl.m4
@@ -989,6 +989,8 @@ 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
#