Differences From Artifact [f640a8e71b]:
- File win/tclWinPort.h — part of check-in [c69f003888] at 2014-10-08 07:02:34 on branch core-8-5-branch — Fix [59a2e78e54d3361c33b8cd6eef55d384d8abecd7|59a2e78e54] : tclWinTime.c does not compile with MSVC14. Eliminate use of __MINGW32__ macro everywhare, as it is deprecated. (user: jan.nijtmans size: 11550) [more...]
To Artifact [ff3b7a7f7c]:
- File win/tclWinPort.h — part of check-in [7bc44a586a] at 2018-05-14 19:14:40 on branch core-8-5-branch — Unbreak build when HAVE_FTS is not set. Move definitions of Tcl_DirEntry and TclDIR to tclWinPort.h, where it actually belongs (user: jan.nijtmans size: 11597)
| ︙ | ︙ | |||
469 470 471 472 473 474 475 476 477 | #ifndef INVALID_SET_FILE_POINTER #define INVALID_SET_FILE_POINTER 0xFFFFFFFF #endif /* INVALID_SET_FILE_POINTER */ #ifndef LABEL_SECURITY_INFORMATION # define LABEL_SECURITY_INFORMATION (0x00000010L) #endif #endif /* _TCLWINPORT */ | > > > | 469 470 471 472 473 474 475 476 477 478 479 480 | #ifndef INVALID_SET_FILE_POINTER #define INVALID_SET_FILE_POINTER 0xFFFFFFFF #endif /* INVALID_SET_FILE_POINTER */ #ifndef LABEL_SECURITY_INFORMATION # define LABEL_SECURITY_INFORMATION (0x00000010L) #endif #define Tcl_DirEntry void #define TclDIR void #endif /* _TCLWINPORT */ |