| Hirokazu Yamamoto | eeba356 | 2009-02-10 14:27:19 +0000 | [diff] [blame] | 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; | ||||