diff options
author | vincentdarley <vincentdarley> | 2003-01-10 15:03:49 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2003-01-10 15:03:49 (GMT) |
commit | 73064e4b76a9357a6054724dc8dda93a6fec52e9 (patch) | |
tree | 80a34d014f8cf54e0b51b3713808dacf6861b179 /win/tclWinInt.h | |
parent | 3bc8130a8799cf76ffd3e03e8de53709e3d1898a (diff) | |
download | tcl-73064e4b76a9357a6054724dc8dda93a6fec52e9.zip tcl-73064e4b76a9357a6054724dc8dda93a6fec52e9.tar.gz tcl-73064e4b76a9357a6054724dc8dda93a6fec52e9.tar.bz2 |
WinTcl crash on exit fix
Diffstat (limited to 'win/tclWinInt.h')
-rw-r--r-- | win/tclWinInt.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/win/tclWinInt.h b/win/tclWinInt.h index 6a65f04..c9be10d 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.18 2003/01/09 10:38:35 vincentdarley Exp $ + * RCS: @(#) $Id: tclWinInt.h,v 1.19 2003/01/10 15:03:55 vincentdarley Exp $ */ #ifndef _TCLWININT @@ -112,6 +112,7 @@ EXTERN TclWinProcs *tclWinProcs; * stubs table. */ +EXTERN void TclWinFilesystemAndEncodingsCleanup(); EXTERN void TclWinInit(HINSTANCE hInst); EXTERN int TclWinSymLinkCopyDirectory(CONST TCHAR* LinkOriginal, CONST TCHAR* LinkCopy); |