File tcl/patchscripts/win32-32bit-timet.sh artifact ecac082458 part of check-in e8e77fe250
#! /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