Index: tcl/patchscripts/win32-32bit-timet.sh ================================================================== --- tcl/patchscripts/win32-32bit-timet.sh +++ tcl/patchscripts/win32-32bit-timet.sh @@ -1,9 +1,11 @@ #! /usr/bin/env bash ( + echo '#ifndef _USE_32BIT_TIME_T' echo '#define _USE_32BIT_TIME_T 1' + echo '#endif' cat generic/tcl.h ) > generic/tcl.h.new cat generic/tcl.h.new > generic/tcl.h exit 0