summaryrefslogtreecommitdiffstats
path: root/win/tclAppInit.c
diff options
context:
space:
mode:
Diffstat (limited to 'win/tclAppInit.c')
-rw-r--r--win/tclAppInit.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/win/tclAppInit.c b/win/tclAppInit.c
index ef9f98b..bbe727f 100644
--- a/win/tclAppInit.c
+++ b/win/tclAppInit.c
@@ -124,6 +124,8 @@ _tmain(
#ifdef TCL_LOCAL_MAIN_HOOK
TCL_LOCAL_MAIN_HOOK(&argc, &argv);
+#else
+ TclZipfs_AppHook(&argc, &argv);
#endif
Tcl_Main(argc, argv, TCL_LOCAL_APPINIT);