Differences From Artifact [e66d552fa4]:
- File win/tclWinPort.h — part of check-in [ce31c938d7] at 2019-09-05 07:17:54 on branch trunk — previous commit should not have been a merge-mark ... (user: jan.nijtmans size: 13388) [more...]
To Artifact [b03bd867d6]:
- File win/tclWinPort.h — part of check-in [b9916daf58] at 2019-10-29 12:58:19 on branch trunk — Merge 8.7 (user: jan.nijtmans size: 13439) [more...]
| ︙ | |||
78 79 80 81 82 83 84 85 86 87 88 89 90 91 | 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 | + + + | #include <errno.h> #include <fcntl.h> #include <float.h> #include <malloc.h> #include <process.h> #include <signal.h> #include <limits.h> #ifdef HAVE_STDINT_H # include <stdint.h> #endif #ifndef __GNUC__ # define strncasecmp _strnicmp # define strcasecmp _stricmp #endif /* |
| ︙ |