diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-05-16 12:33:05 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-05-16 12:33:05 (GMT) |
commit | 13a2a82c8148e5c706fa75c02a501df9f06ab426 (patch) | |
tree | 2ce6286cd13d706c6b0acb2b13ef9ac8fea15311 /win/tcl.m4 | |
parent | 06130c47bf72c6c6ee8ca8e1ab43995dc23ce22d (diff) | |
parent | b55a06a8a58b5323fee95d10a288fbf3a36f2d6a (diff) | |
download | tcl-13a2a82c8148e5c706fa75c02a501df9f06ab426.zip tcl-13a2a82c8148e5c706fa75c02a501df9f06ab426.tar.gz tcl-13a2a82c8148e5c706fa75c02a501df9f06ab426.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.m4 | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1018,6 +1018,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 # |