win32-32bit-timet.sh at [4de28fdabf]

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


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