diff options
Diffstat (limited to 'win/tclWinInt.h')
| -rw-r--r-- | win/tclWinInt.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/win/tclWinInt.h b/win/tclWinInt.h index 94aa045..0f6b572 100644 --- a/win/tclWinInt.h +++ b/win/tclWinInt.h @@ -8,7 +8,7 @@   * See the file "license.terms" for information on usage and redistribution   * of this file, and for a DISCLAIMER OF ALL WARRANTIES.   * - * RCS: @(#) $Id: tclWinInt.h,v 1.37 2010/09/09 14:30:20 nijtmans Exp $ + * RCS: @(#) $Id: tclWinInt.h,v 1.37.2.1 2010/10/20 01:50:19 kennykb Exp $   */  #ifndef _TCLWININT @@ -121,7 +121,7 @@ MODULE_SCOPE const TclWinProcs *const tclWinProcs;   */  MODULE_SCOPE char	TclWinDriveLetterForVolMountPoint( -			    const WCHAR *mountPoint); +			    const TCHAR *mountPoint);  MODULE_SCOPE void	TclWinEncodingsCleanup();  MODULE_SCOPE void	TclWinInit(HINSTANCE hInst);  MODULE_SCOPE TclFile	TclWinMakeFile(HANDLE handle);  | 
