Merged revisions 68468 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r68468 | hirokazu.yamamoto | 2009-01-10 17:09:43 +0900 | 1 line

  Bump up Tcl/Tk version on VC6. (tcl8.4.12 -> tcl8.5.2, tk8.4.12 -> tk8.5.2, tix8.4.0 -> tix8.4.3)
........
diff --git a/PC/VC6/tcl852.patch b/PC/VC6/tcl852.patch
new file mode 100644
index 0000000..b8071e4
--- /dev/null
+++ b/PC/VC6/tcl852.patch
@@ -0,0 +1,22 @@
+--- tcl8.5.2\generic\tcl.h	Fri Jun 13 03:35:39 2008

++++ tcl8.5.2\generic\tcl.h	Sun Jan  4 16:52:30 2009

+@@ -367,7 +367,7 @@

+ typedef struct stati64 Tcl_StatBuf;

+ #         define TCL_LL_MODIFIER	"L"

+ #      else /* __BORLANDC__ */

+-#         if _MSC_VER < 1400 && !defined(_M_IX86)

++#         if _MSC_VER < 1400 /*&& !defined(_M_IX86)*/

+ typedef struct _stati64	Tcl_StatBuf;

+ #         else

+ typedef struct _stat64	Tcl_StatBuf;

+--- tcl8.5.2\generic\tcl.h	Fri Jun 13 03:35:39 2008

++++ tcl8.5.2\generic\tcl.h	Sun Jan  4 16:52:30 2009

+@@ -367,7 +367,7 @@

+ typedef struct stati64 Tcl_StatBuf;

+ #         define TCL_LL_MODIFIER	"L"

+ #      else /* __BORLANDC__ */

+-#         if _MSC_VER < 1400 && !defined(_M_IX86)

++#         if _MSC_VER < 1400 /*&& !defined(_M_IX86)*/

+ typedef struct _stati64	Tcl_StatBuf;

+ #         else

+ typedef struct _stat64	Tcl_StatBuf;