diff options
author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2012-08-09 10:23:56 (GMT) |
---|---|---|
committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2012-08-09 10:23:56 (GMT) |
commit | c8c13a42f041f84c335780144ce2d8d1836c929c (patch) | |
tree | 15e9a69c7e4b64bfead39b0e6938f25a89597208 /generic/tkMain.c | |
parent | 88c5b81b6b4e45bfb86c664e07903fdc88cec580 (diff) | |
download | tk-c8c13a42f041f84c335780144ce2d8d1836c929c.zip tk-c8c13a42f041f84c335780144ce2d8d1836c929c.tar.gz tk-c8c13a42f041f84c335780144ce2d8d1836c929c.tar.bz2 |
it's no longer necessary to set _USE_32BIT_TIME_T in Tk
Diffstat (limited to 'generic/tkMain.c')
-rw-r--r-- | generic/tkMain.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/generic/tkMain.c b/generic/tkMain.c index fddad3a..706f444 100644 --- a/generic/tkMain.c +++ b/generic/tkMain.c @@ -29,11 +29,6 @@ # endif #endif -#ifndef _WIN64 -/* See [Bug 2935503]: file mtime sets wrong time */ -# define _USE_32BIT_TIME_T -#endif - #include "tkInt.h" #include <ctype.h> #include <stdio.h> |