diff options
author | jan <jan> | 2011-04-21 21:15:23 (GMT) |
---|---|---|
committer | jan <jan> | 2011-04-21 21:15:23 (GMT) |
commit | 3d68e9781710f7ffb984a7e6ec2105ca91dccb92 (patch) | |
tree | b15b383b0f866020c5c0c9cf1fa3ecb992ffc12e /win/tclWinFile.c | |
parent | 97ca190e3033a85ba2f074151fbedb986b531def (diff) | |
parent | 869f829101ea038744766b33e8a5d362f1cf21ee (diff) | |
download | tcl-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.c | 3 |
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> |