summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-10-14 21:25:42 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-10-14 21:25:42 (GMT)
commit3ce94d7a92879b852d784527197413482fb4573b (patch)
treea1a6d4fc30e8552c63c33962b799d1d247ffb21f
parent6919903c105a176e4445b225bb1a05f54a023348 (diff)
downloadtcl-3ce94d7a92879b852d784527197413482fb4573b.zip
tcl-3ce94d7a92879b852d784527197413482fb4573b.tar.gz
tcl-3ce94d7a92879b852d784527197413482fb4573b.tar.bz2
Missing !endif (in previous commit)
-rw-r--r--win/rules.vc1
1 files changed, 1 insertions, 0 deletions
diff --git a/win/rules.vc b/win/rules.vc
index 32a5024..fc816ac 100644
--- a/win/rules.vc
+++ b/win/rules.vc
@@ -881,6 +881,7 @@ USE_THREAD_ALLOC= 0
!message *** Force 64-bit time_t
_USE_64BIT_TIME_T = 1
!endif
+!endif
# Yes, it's weird that the "symbols" option controls DEBUG and
# the "pdbs" option controls SYMBOLS. That's historical.