diff options
| author | vincentdarley <vincentdarley> | 2003-02-04 17:06:44 (GMT) |
|---|---|---|
| committer | vincentdarley <vincentdarley> | 2003-02-04 17:06:44 (GMT) |
| commit | 1072df30428169a0b171cef9a4440024790d1f54 (patch) | |
| tree | c50a993eca73882fec1db93099999bb362cc7278 /win/tclWinInt.h | |
| parent | 3545e6dc5483f860e7d976c4d3f46f135d9e161b (diff) | |
| download | tcl-1072df30428169a0b171cef9a4440024790d1f54.zip tcl-1072df30428169a0b171cef9a4440024790d1f54.tar.gz tcl-1072df30428169a0b171cef9a4440024790d1f54.tar.bz2 | |
finalization and test fixes
Diffstat (limited to 'win/tclWinInt.h')
| -rw-r--r-- | win/tclWinInt.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/win/tclWinInt.h b/win/tclWinInt.h index c9be10d..0e0f11d 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.19 2003/01/10 15:03:55 vincentdarley Exp $ + * RCS: @(#) $Id: tclWinInt.h,v 1.20 2003/02/04 17:06:53 vincentdarley Exp $ */ #ifndef _TCLWININT @@ -112,7 +112,8 @@ EXTERN TclWinProcs *tclWinProcs; * stubs table. */ -EXTERN void TclWinFilesystemAndEncodingsCleanup(); +EXTERN void TclWinEncodingsCleanup(); +EXTERN void TclWinResetInterfaceEncodings(); EXTERN void TclWinInit(HINSTANCE hInst); EXTERN int TclWinSymLinkCopyDirectory(CONST TCHAR* LinkOriginal, CONST TCHAR* LinkCopy); |
