summaryrefslogtreecommitdiffstats
path: root/win/tclWinSerial.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2002-01-24 01:34:16 (GMT)
committerdgp <dgp@users.sourceforge.net>2002-01-24 01:34:16 (GMT)
commita6b8152740ffe25d2be6a130a03abbedf558538b (patch)
tree12ac28ef35f83ddf346a66dacb686c2c58a86163 /win/tclWinSerial.c
parent82914a2620307f81f9199eb2e9af70a11dc31ba4 (diff)
downloadtcl-a6b8152740ffe25d2be6a130a03abbedf558538b.zip
tcl-a6b8152740ffe25d2be6a130a03abbedf558538b.tar.gz
tcl-a6b8152740ffe25d2be6a130a03abbedf558538b.tar.bz2
Corrections to earlier TIP 27 changes.
Thanks to Andreas Kupries for the feedback.
Diffstat (limited to 'win/tclWinSerial.c')
-rw-r--r--win/tclWinSerial.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/tclWinSerial.c b/win/tclWinSerial.c
index 5d22b9e..4fa856a 100644
--- a/win/tclWinSerial.c
+++ b/win/tclWinSerial.c
@@ -11,7 +11,7 @@
*
* Serial functionality implemented by Rolf.Schroedter@dlr.de
*
- * RCS: @(#) $Id: tclWinSerial.c,v 1.18 2002/01/15 17:55:31 dgp Exp $
+ * RCS: @(#) $Id: tclWinSerial.c,v 1.19 2002/01/24 01:34:16 dgp Exp $
*/
#include "tclWinInt.h"
@@ -1327,7 +1327,7 @@ SerialWriterThread(LPVOID arg)
HANDLE
TclWinSerialReopen(handle, name, access)
HANDLE handle;
- char *name;
+ CONST TCHAR *name;
DWORD access;
{
ThreadSpecificData *tsdPtr;