Artifact 56f1cb4974cfed91327c57c37b281a798c89d1ab:
- File tcl/patchscripts/win32-32bit-timet.sh — part of check-in [8b02cd8c92] at 2012-05-06 22:15:25 on branch trunk — Updated to always define _USE_32BIT_TIME_T in tcl.h, required to fix [cb7ed6affe] (user: rkeene, size: 147) [annotate] [blame] [check-ins using]
#! /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