win32-32bit-timet.sh at [8b02cd8c92]

File tcl/patchscripts/win32-32bit-timet.sh artifact 56f1cb4974 part of check-in 8b02cd8c92


#! /usr/bin/env bash

(
	echo '#define _USE_32BIT_TIME_T 1'
	cat generic/tcl.h
) > generic/tcl.h.new
cat generic/tcl.h.new > generic/tcl.h

exit 0