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:
@@ -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(®ister_once, do_register)
|
||||
== ISC_R_SUCCESS);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user