Differences From Artifact [53b7176625]:
- File win/tclWinFCmd.c — part of check-in [b6800b76c8] at 2025-11-10 14:02:44 on branch main — Name three related enums in a consistent way (user: dkf size: 58087) [more...]
To Artifact [aa0307e949]:
- File win/tclWinFCmd.c — part of check-in [29bc118509] at 2025-11-26 09:22:13 on branch main — Merge trunk (user: jan.nijtmans size: 58084) [more...]
| ︙ | |||
278 279 280 281 282 283 284 | 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 | - + |
if (registration.status != FALSE) {
retval = TCL_OK;
}
#else
#ifndef HAVE_NO_SEH
__try {
#endif
|
| ︙ |