summaryrefslogtreecommitdiffstats
path: root/generic/tclEvent.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2018-01-10 14:02:03 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2018-01-10 14:02:03 (GMT)
commit48d6a20861f95be856bef0e780c054757c9c3803 (patch)
tree39db34fe5a67b052bf5af3a728c43b10b954bfd5 /generic/tclEvent.c
parent498f069f0e0b2f665d04a2a3b1b691f53297fe2c (diff)
downloadtcl-48d6a20861f95be856bef0e780c054757c9c3803.zip
tcl-48d6a20861f95be856bef0e780c054757c9c3803.tar.gz
tcl-48d6a20861f95be856bef0e780c054757c9c3803.tar.bz2
Re-implement Tcl_WinTCharToUtf/Tcl_WinUtfToTChar in pure win32 api, even for TCL_UTF_MAX=3. We can do that now safely, because of the changed handling of valid 4-byte UTF-8 characters in the previous commit.
Diffstat (limited to 'generic/tclEvent.c')
-rw-r--r--generic/tclEvent.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/generic/tclEvent.c b/generic/tclEvent.c
index 49fd2ae..93cf983 100644
--- a/generic/tclEvent.c
+++ b/generic/tclEvent.c
@@ -1057,7 +1057,6 @@ TclInitSubsystems(void)
* mutexes. */
TclInitIOSubsystem(); /* Inits a tsd key (noop). */
TclInitEncodingSubsystem(); /* Process wide encoding init. */
- TclpSetInterfaces();
TclInitNamespaceSubsystem();/* Register ns obj type (mutexed). */
subsystemsInitialized = 1;
}