summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authornijtmans@users.sourceforge.net <jan.nijtmans>2012-08-09 10:23:56 (GMT)
committernijtmans@users.sourceforge.net <jan.nijtmans>2012-08-09 10:23:56 (GMT)
commit8e4490a445c8c8ef03027b9b9be932e31ee22be3 (patch)
tree5ca2cc536799c5816c229036530ab6cd71123c0f /generic
parentb3b227a38f71d36018507ec58b0186564c2d942b (diff)
downloadtk-8e4490a445c8c8ef03027b9b9be932e31ee22be3.zip
tk-8e4490a445c8c8ef03027b9b9be932e31ee22be3.tar.gz
tk-8e4490a445c8c8ef03027b9b9be932e31ee22be3.tar.bz2
it's no longer necessary to set _USE_32BIT_TIME_T in Tk
Diffstat (limited to 'generic')
-rw-r--r--generic/tkMain.c5
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>