source: python/trunk/PC/VC6/tcl852.patch

Last change on this file was 391, checked in by dmik, 11 years ago

python: Merge vendor 2.7.6 to trunk.

  • Property svn:eol-style set to native
File size: 428 bytes
RevLine 
[2]1--- tcl8.5.2\generic\tcl.h Fri Jun 13 03:35:39 2008
2+++ tcl8.5.2\generic\tcl.h Sun Jan 4 16:52:30 2009
3@@ -367,7 +367,7 @@
4 typedef struct stati64 Tcl_StatBuf;
5 # define TCL_LL_MODIFIER "L"
6 # else /* __BORLANDC__ */
7-# if _MSC_VER < 1400 && !defined(_M_IX86)
8+# if _MSC_VER < 1400 /*&& !defined(_M_IX86)*/
9 typedef struct _stati64 Tcl_StatBuf;
10 # else
11 typedef struct _stat64 Tcl_StatBuf;
Note: See TracBrowser for help on using the repository browser.