2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-05 00:55:24 +00:00

[master] merge several interdependent fixes

3760.   [bug]           Improve SIT with native PKCS#11 and on Windows.
			[RT #35433]

3759.   [port]          Enable delve on Windows. [RT #35441]

3758.   [port]          Enable export library APIs on windows. [RT #35382]
This commit is contained in:
Evan Hunt
2014-02-26 19:00:05 -08:00
parent 95c3a5e116
commit 98922b2b2b
109 changed files with 7208 additions and 529 deletions

View File

@@ -83,8 +83,6 @@ isc_lib_initmsgcat(void) {
}
}
#ifndef WIN32
static isc_once_t register_once = ISC_ONCE_INIT;
static void
@@ -103,5 +101,3 @@ isc_lib_register() {
RUNTIME_CHECK(isc_once_do(&register_once, do_register)
== ISC_R_SUCCESS);
}
#endif