summaryrefslogtreecommitdiffstats
path: root/generic/tcl.decls
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2018-09-26 19:38:08 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2018-09-26 19:38:08 (GMT)
commit59f808eb7a065aaf628c751e8eb2c7e20505989b (patch)
tree4f710e190e73bc94273eec4e98e147003d0704c1 /generic/tcl.decls
parentf0f3d8a55b9ad46a51d1ffc55732a6bea3f17784 (diff)
downloadtcl-59f808eb7a065aaf628c751e8eb2c7e20505989b.zip
tcl-59f808eb7a065aaf628c751e8eb2c7e20505989b.tar.gz
tcl-59f808eb7a065aaf628c751e8eb2c7e20505989b.tar.bz2
Improvements for zipfs. Document that TclZipfs_AppHook only works on Windows in UNICODE mode. Also, remove this from the stub table because it should never be called this way.
Prevent a possible crash on win32 startup.
Diffstat (limited to 'generic/tcl.decls')
-rw-r--r--generic/tcl.decls7
1 files changed, 1 insertions, 6 deletions
diff --git a/generic/tcl.decls b/generic/tcl.decls
index 92e87d6..61247e6 100644
--- a/generic/tcl.decls
+++ b/generic/tcl.decls
@@ -2365,9 +2365,6 @@ interface tclPlat
################################
# Unix specific functions
# (none)
-declare 2 unix {
- int TclZipfs_AppHook(int *argc, char ***argv)
-}
################################
# Windows specific functions
@@ -2380,9 +2377,7 @@ declare 0 win {
declare 1 win {
char *Tcl_WinTCharToUtf(const TCHAR *str, int len, Tcl_DString *dsPtr)
}
-declare 2 win {
- int TclZipfs_AppHook(int *argc, TCHAR ***argv)
-}
+
################################
# Mac OS X specific functions