You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
428 B

  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;