source:
python/trunk/PC/VC6/tcl852.patch@
1251
      
      | Last change on this file since 1251 was 391, checked in by , 12 years ago | |
|---|---|
| 
 | |
| File size: 428 bytes | |
- 
      tcl8.5.2\generic\tcl.h367 367 typedef struct stati64 Tcl_StatBuf; 368 368 # define TCL_LL_MODIFIER "L" 369 369 # else /* __BORLANDC__ */ 370 # if _MSC_VER < 1400 && !defined(_M_IX86)370 # if _MSC_VER < 1400 /*&& !defined(_M_IX86)*/ 371 371 typedef struct _stati64 Tcl_StatBuf; 372 372 # else 373 373 typedef struct _stat64 Tcl_StatBuf; 
  Note:
 See   TracBrowser
 for help on using the repository browser.
    
