summaryrefslogtreecommitdiffstats
path: root/generic/tclClock.c
diff options
context:
space:
mode:
authormax <max@tclers.tk>2014-02-26 12:44:12 (GMT)
committermax <max@tclers.tk>2014-02-26 12:44:12 (GMT)
commite31901dcd5e44756cb5854633420f831a5ae9ecc (patch)
tree153a518a388a7c6e6f9ec74fdb60a20a43484568 /generic/tclClock.c
parent2a15c7082e96710f73397e23901ca4a6d8f2f9d5 (diff)
parent282de06cab689f8baa856923a62e4ad99167e57c (diff)
downloadtcl-e31901dcd5e44756cb5854633420f831a5ae9ecc.zip
tcl-e31901dcd5e44756cb5854633420f831a5ae9ecc.tar.gz
tcl-e31901dcd5e44756cb5854633420f831a5ae9ecc.tar.bz2
Merge trunk
Diffstat (limited to 'generic/tclClock.c')
-rw-r--r--generic/tclClock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclClock.c b/generic/tclClock.c
index 6d2976d..50d480c 100644
--- a/generic/tclClock.c
+++ b/generic/tclClock.c
@@ -19,7 +19,7 @@
* Windows has mktime. The configurators do not check.
*/
-#ifdef __WIN32__
+#ifdef _WIN32
#define HAVE_MKTIME 1
#endif