Differences From Artifact [cf2a2e22e3]:
- File unix/tclUnixInit.c — part of check-in [a4717aa947] at 2017-05-04 12:26:49 on branch core-8-6-branch — Use GetModuleHandle() in stead of LoadLibrary() for ntdll, which is already loaded by Cygwin. (user: jan.nijtmans size: 30390) [more...]
To Artifact [aa9d457223]:
- File unix/tclUnixInit.c — part of check-in [319c60966d] at 2019-08-22 12:20:13 on branch core-8-6-branch — Fix [8566dc22f9]: various spelling fixes in comments (user: jan.nijtmans size: 30390) [more...]
| ︙ | |||
336 337 338 339 340 341 342 | 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 | - + | /* *--------------------------------------------------------------------------- * * TclpInitPlatform -- * |
| ︙ |