summaryrefslogtreecommitdiffstats
path: root/win/tclWinInt.h
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley@noemail.net>2003-01-10 15:03:49 (GMT)
committervincentdarley <vincentdarley@noemail.net>2003-01-10 15:03:49 (GMT)
commitbc7ac0c33c841f7e376d60e1a8553f898caa3629 (patch)
tree80a34d014f8cf54e0b51b3713808dacf6861b179 /win/tclWinInt.h
parentefa637569ed08b484b46c851470a3f85ec599ed0 (diff)
downloadtcl-bc7ac0c33c841f7e376d60e1a8553f898caa3629.zip
tcl-bc7ac0c33c841f7e376d60e1a8553f898caa3629.tar.gz
tcl-bc7ac0c33c841f7e376d60e1a8553f898caa3629.tar.bz2
WinTcl crash on exit fix
FossilOrigin-Name: bfd1c3af3d766e815ab656c17d959501b246c393
Diffstat (limited to 'win/tclWinInt.h')
-rw-r--r--win/tclWinInt.h3
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);