diff options
author | dgp <dgp@users.sourceforge.net> | 2002-01-24 01:34:16 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2002-01-24 01:34:16 (GMT) |
commit | a6b8152740ffe25d2be6a130a03abbedf558538b (patch) | |
tree | 12ac28ef35f83ddf346a66dacb686c2c58a86163 /win/tclWinPort.h | |
parent | 82914a2620307f81f9199eb2e9af70a11dc31ba4 (diff) | |
download | tcl-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/tclWinPort.h')
-rw-r--r-- | win/tclWinPort.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/tclWinPort.h b/win/tclWinPort.h index e00709b..f27413e 100644 --- a/win/tclWinPort.h +++ b/win/tclWinPort.h @@ -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: tclWinPort.h,v 1.24 2001/10/15 17:34:53 hobbs Exp $ + * RCS: @(#) $Id: tclWinPort.h,v 1.25 2002/01/24 01:34:16 dgp Exp $ */ #ifndef _TCLWINPORT @@ -436,7 +436,7 @@ */ EXTERN HANDLE TclWinSerialReopen _ANSI_ARGS_(( HANDLE handle, - char *name, DWORD access)); + CONST TCHAR *name, DWORD access)); EXTERN Tcl_Channel TclWinOpenSerialChannel _ANSI_ARGS_((HANDLE handle, char *channelName, int permissions)); |