source:
python/vendor/Python-2.7.6/PC/VC6/tcl852.patch
Last change on this file was 388, checked in by , 11 years ago | |
---|---|
|
|
File size: 428 bytes |
-
tcl8.5.2\generic\tcl.h
367 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.