win32-32bit-timet.sh at [9396658a02]

File tcl/patchscripts/win32-32bit-timet.sh artifact ecac082458 part of check-in 9396658a02


#! /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