summaryrefslogtreecommitdiffstats
path: root/win/tclWinInt.h
diff options
context:
space:
mode:
authoroehhar <harald.oehlmann@elmicron.de>2014-01-30 11:02:51 (GMT)
committeroehhar <harald.oehlmann@elmicron.de>2014-01-30 11:02:51 (GMT)
commit63d77c004603234da017ab55759d48c60e2a8ed0 (patch)
treed575677dcd6766a1044753f84cdbc788f010e1ac /win/tclWinInt.h
parent5d9939831c89629446b58080f3af09729cd719db (diff)
downloadtcl-63d77c004603234da017ab55759d48c60e2a8ed0.zip
tcl-63d77c004603234da017ab55759d48c60e2a8ed0.tar.gz
tcl-63d77c004603234da017ab55759d48c60e2a8ed0.tar.bz2
win/tclWinChan.c Tcl_InitNotifier: Bug [2413550] Avoid reopening of serial channels which causes issues with Bluetooth virtual com. Patch by Rolf Schroedter.
Diffstat (limited to 'win/tclWinInt.h')
-rw-r--r--win/tclWinInt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tclWinInt.h b/win/tclWinInt.h
index 3d5e275..ccf48bb 100644
--- a/win/tclWinInt.h
+++ b/win/tclWinInt.h
@@ -187,7 +187,7 @@ MODULE_SCOPE Tcl_Channel TclWinOpenFileChannel(HANDLE handle, char *channelName,
MODULE_SCOPE Tcl_Channel TclWinOpenSerialChannel(HANDLE handle,
char *channelName, int permissions);
MODULE_SCOPE void TclWinResetInterfaceEncodings();
-MODULE_SCOPE HANDLE TclWinSerialReopen(HANDLE handle, CONST TCHAR *name,
+MODULE_SCOPE HANDLE TclWinSerialOpen(HANDLE handle, CONST TCHAR *name,
DWORD access);
MODULE_SCOPE int TclWinSymLinkCopyDirectory(CONST TCHAR* LinkOriginal,
CONST TCHAR* LinkCopy);