summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--generic/tclBasic.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/generic/tclBasic.c b/generic/tclBasic.c
index c691018..5e6b500 100644
--- a/generic/tclBasic.c
+++ b/generic/tclBasic.c
@@ -15,10 +15,6 @@
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*/
-#if defined(_WIN32) && !defined(_WIN64)
-# define _USE_32BIT_TIME_T
-#endif
-
#include "tclInt.h"
#include "tclCompile.h"
#include <float.h>