summaryrefslogtreecommitdiffstats
path: root/generic/tclTest.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-02-10 13:12:20 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-02-10 13:12:20 (GMT)
commit94561c377266d0a78fa2eadbeeaa4145a2cd9dd6 (patch)
treee391322db983c54ccb679befcd7921c89daddaaa /generic/tclTest.c
parentdb32aeed9858ddb8dd0828e2fb7ef36ac46bc5f6 (diff)
downloadtcl-94561c377266d0a78fa2eadbeeaa4145a2cd9dd6.zip
tcl-94561c377266d0a78fa2eadbeeaa4145a2cd9dd6.tar.gz
tcl-94561c377266d0a78fa2eadbeeaa4145a2cd9dd6.tar.bz2
Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>.
Diffstat (limited to 'generic/tclTest.c')
-rw-r--r--generic/tclTest.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/generic/tclTest.c b/generic/tclTest.c
index a96785a..1ba73e7 100644
--- a/generic/tclTest.c
+++ b/generic/tclTest.c
@@ -15,13 +15,7 @@
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*/
-#ifndef _WIN64
-/* See [Bug 3354324]: file mtime sets wrong time */
-# define _USE_32BIT_TIME_T
-#endif
-
#define TCL_TEST
-#include <sys/stat.h>
#include "tclInt.h"
#include <math.h>