diff options
Diffstat (limited to 'generic')
-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> |