summaryrefslogtreecommitdiffstats
path: root/win/tclWinFile.c
diff options
context:
space:
mode:
authorjan <jan>2011-04-21 21:15:23 (GMT)
committerjan <jan>2011-04-21 21:15:23 (GMT)
commit3d68e9781710f7ffb984a7e6ec2105ca91dccb92 (patch)
treeb15b383b0f866020c5c0c9cf1fa3ecb992ffc12e /win/tclWinFile.c
parent97ca190e3033a85ba2f074151fbedb986b531def (diff)
parent869f829101ea038744766b33e8a5d362f1cf21ee (diff)
downloadtcl-3d68e9781710f7ffb984a7e6ec2105ca91dccb92.zip
tcl-3d68e9781710f7ffb984a7e6ec2105ca91dccb92.tar.gz
tcl-3d68e9781710f7ffb984a7e6ec2105ca91dccb92.tar.bz2
[Bug 3288345]: Bring cygwin Tcl_StatBuf a little bit closer to reality
Diffstat (limited to 'win/tclWinFile.c')
-rw-r--r--win/tclWinFile.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/win/tclWinFile.c b/win/tclWinFile.c
index a772015..df1c25b 100644
--- a/win/tclWinFile.c
+++ b/win/tclWinFile.c
@@ -12,6 +12,9 @@
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*/
+#ifndef _WIN64
+# define _USE_32BIT_TIME_T
+#endif
#include "tclWinInt.h"
#include "tclFileSystem.h"
#include <winioctl.h>