2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-03 16:15:27 +00:00

[master] fix win32 build

3595.	[port]		win32: Fix build problems introduced by change #3550.
			[RT #33807]
This commit is contained in:
Evan Hunt
2013-06-13 12:36:39 -07:00
parent 91a45a8ad5
commit 166c4c6c5b
15 changed files with 270 additions and 111 deletions

View File

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