summaryrefslogtreecommitdiffstats
path: root/win/tclAppInit.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2025-08-13 17:18:11 (GMT)
committerdgp <dgp@users.sourceforge.net>2025-08-13 17:18:11 (GMT)
commitb522ab7c2ad740a068df9546538405f8d2a2c703 (patch)
treed18db36ab78644dadddaccf5b59449519e7f7483 /win/tclAppInit.c
parent3912efe30f6c830da51c7d00822239ca543d8a65 (diff)
parent20a3d4112f5177781500f6f87841be0d1d7cb049 (diff)
downloadtcl-core-8-6-17.zip
tcl-core-8-6-17.tar.gz
tcl-core-8-6-17.tar.bz2
merge 8.6core-8-6-17
Diffstat (limited to 'win/tclAppInit.c')
-rw-r--r--win/tclAppInit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/tclAppInit.c b/win/tclAppInit.c
index 058b92a..ba5d6bc 100644
--- a/win/tclAppInit.c
+++ b/win/tclAppInit.c
@@ -131,8 +131,8 @@ _tmain(
#ifdef TCL_LOCAL_MAIN_HOOK
TCL_LOCAL_MAIN_HOOK(&argc, &argv);
-#elif (TCL_MAJOR_VERSION > 8 || TCL_MINOR_VERSION > 6) && (!defined(_WIN32) || defined(UNICODE))
- /* New in Tcl 8.7. This doesn't work on Windows without UNICODE */
+#elif TCL_MAJOR_VERSION > 8 && (!defined(_WIN32) || defined(UNICODE))
+ /* New in Tcl 9.0. This doesn't work on Windows without UNICODE */
TclZipfs_AppHook(&argc, &argv);
#endif