source: python/vendor/Python-2.7.6/PC/VC6/tcl852.patch

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

python: Update vendor to 2.7.6.

  • Property svn:eol-style set to native
File size: 428 bytes
  • tcl8.5.2\generic\tcl.h

     
    367367typedef struct stati64 Tcl_StatBuf;
    368368#         define TCL_LL_MODIFIER        "L"
    369369#      else /* __BORLANDC__ */
    370 #         if _MSC_VER < 1400 && !defined(_M_IX86)
     370#         if _MSC_VER < 1400 /*&& !defined(_M_IX86)*/
    371371typedef struct _stati64 Tcl_StatBuf;
    372372#         else
    373373typedef struct _stat64  Tcl_StatBuf;
Note: See TracBrowser for help on using the repository browser.