win32-32bit-timet.sh at [a1316c25a9]

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


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