Differences From Artifact [53caa09611]:
- File generic/tclPlatDecls.h — part of check-in [e6fd0eab29] at 2025-04-24 10:09:34 on branch main — Unneeded "#undef" (user: jan.nijtmans size: 3413) [more...]
To Artifact [c5f566b0dd]:
- File generic/tclPlatDecls.h — part of check-in [38a311b5a7] at 2025-09-22 17:53:13 on branch main — Fix [https://core.tcl-lang.org/tk/tktview/832c2047bb|832c2047bb]: Windows: new compiler, new warnings..., Tcl part (user: jan.nijtmans size: 3420) [more...]
| ︙ | |||
29 30 31 32 33 34 35 | 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | - + | /* * TCHAR is needed here for win32, so if it is not defined yet do it here. * This way, we don't need to include <tchar.h> just for one define. */ #if (defined(_WIN32) || defined(__CYGWIN__)) && !defined(_TCHAR_DEFINED) # if defined(_UNICODE) |
| ︙ |