diff options
| author | dgp@users.sourceforge.net <dgp> | 2011-05-10 16:05:48 (GMT) |
|---|---|---|
| committer | dgp@users.sourceforge.net <dgp> | 2011-05-10 16:05:48 (GMT) |
| commit | 218ceaadd5f73fb8cda18ef6658390dba3540dc9 (patch) | |
| tree | 1ca2feda250662282a8e77080fef123d9256b839 /win/tclWinFile.c | |
| parent | 955b5f01d8001935ee2215cce6575d27d184dc14 (diff) | |
| download | tcl-218ceaadd5f73fb8cda18ef6658390dba3540dc9.zip tcl-218ceaadd5f73fb8cda18ef6658390dba3540dc9.tar.gz tcl-218ceaadd5f73fb8cda18ef6658390dba3540dc9.tar.bz2 | |
Completed patch with mucho comments. Merge 8.5.
Diffstat (limited to 'win/tclWinFile.c')
| -rw-r--r-- | win/tclWinFile.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/win/tclWinFile.c b/win/tclWinFile.c index aa43495..0291a41 100644 --- a/win/tclWinFile.c +++ b/win/tclWinFile.c @@ -12,8 +12,9 @@ * this file, and for a DISCLAIMER OF ALL WARRANTIES. */ -/* #define _WIN32_WINNT 0x0500 */ - +#ifndef _WIN64 +# define _USE_32BIT_TIME_T +#endif #include "tclWinInt.h" #include "tclFileSystem.h" #include <winioctl.h> |
