Differences From Artifact [881a6f2a75]:
- File win/tclWinPort.h — part of check-in [4bf64360a5] at 2011-04-21 21:15:23 on branch trunk — [Bug 3288345]: Bring cygwin Tcl_StatBuf a little bit closer to reality (user: jan size: 13840) [more...]
To Artifact [33f8388c07]:
- File win/tclWinPort.h — part of check-in [eaf4d5e09f] at 2011-04-27 07:54:40 on branch trunk — fix for [Bug 3288345]: use _stat32i64 for CYGWIN too fix a few more gcc warnings (user: jan.nijtmans size: 13902) [more...]
| ︙ | |||
79 80 81 82 83 84 85 86 87 88 89 90 91 92 | 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 | + + + | #include <malloc.h> #include <process.h> #include <signal.h> #include <limits.h> #ifdef __CYGWIN__ # include <unistd.h> # ifndef _vsnprintf # define _vsnprintf vsnprintf # endif # ifndef _wcsicmp # define _wcsicmp wcscasecmp # endif #else # ifndef strncasecmp # define strncasecmp strnicmp # endif |
| ︙ |