summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.decls
diff options
context:
space:
mode:
authorandreas_kupries <andreas_kupries@noemail.net>2001-09-10 17:17:41 (GMT)
committerandreas_kupries <andreas_kupries@noemail.net>2001-09-10 17:17:41 (GMT)
commit3f9473fbf04e0e2e1104624add5058015d100340 (patch)
tree192e2e551b9ccd4719de44b72ee348205dd2df89 /generic/tclInt.decls
parent2b879d481d9ee1514481eb8b429cccd694771e07 (diff)
downloadtcl-3f9473fbf04e0e2e1104624add5058015d100340.zip
tcl-3f9473fbf04e0e2e1104624add5058015d100340.tar.gz
tcl-3f9473fbf04e0e2e1104624add5058015d100340.tar.bz2
* generic/tclInt.decls: Also added 'TclWinFlushDirtyChannels' to
the internal platform specific stub table. * win/tclWinFile.c (TclpObjStat): Now added the call to 'TclWinFlushDirtyChannels' to this function. I don't know where my head was last thursday (2001-09-06), but the call was actually added to 'TclpObjChdir', i.e. the implementation of [cd]. Corrected this now. Thanks to Vince Darley for spotting this. FossilOrigin-Name: 0f367d55701d08f2bcf18f5e530e78efb7f3a078
Diffstat (limited to 'generic/tclInt.decls')
-rw-r--r--generic/tclInt.decls8
1 files changed, 7 insertions, 1 deletions
diff --git a/generic/tclInt.decls b/generic/tclInt.decls
index 7b1dac5..ef88533 100644
--- a/generic/tclInt.decls
+++ b/generic/tclInt.decls
@@ -10,7 +10,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: tclInt.decls,v 1.30 2001/08/30 08:53:14 vincentdarley Exp $
+# RCS: @(#) $Id: tclInt.decls,v 1.31 2001/09/10 17:17:41 andreas_kupries Exp $
library tcl
@@ -840,6 +840,12 @@ declare 26 win {
void TclWinSetInterfaces(int wide)
}
+# Added in Tcl 8.3.3 / 8.4
+
+declare 27 win {
+ void TclWinFlushDirtyChannels (void)
+}
+
#########################
# Unix specific internals