2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

Completely remove BIND 9 Windows support

The Windows support has been completely removed from the source tree
and BIND 9 now no longer supports native compilation on Windows.

We might consider reviewing mingw-w64 port if contributed by external
party, but no development efforts will be put into making BIND 9 compile
and run on Windows again.
This commit is contained in:
Ondřej Surý
2021-05-20 15:53:50 +02:00
parent ad130e4509
commit 440fb3d225
398 changed files with 222 additions and 38006 deletions

View File

@@ -598,10 +598,7 @@ dispatch(isc_timermgr_t *manager, isc_time_t *now) {
}
static isc_threadresult_t
#ifdef _WIN32 /* XXXDCL */
WINAPI
#endif /* ifdef _WIN32 */
run(void *uap) {
run(void *uap) {
isc_timermgr_t *manager = uap;
isc_time_t now;
isc_result_t result;