source:
python/vendor/Python-2.6.5/PC/VC6/tcl852.patch
Last change on this file was 2, checked in by , 15 years ago | |
---|---|
|
|
File size: 856 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; -
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.