mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
3681. [port] Update the Windows build system to support feature
selection and WIN64 builds. This is a work in progress. [RT #34160]
This commit is contained in:
@@ -123,7 +123,7 @@ isc_heap_destroy(isc_heap_t **heapp) {
|
||||
static isc_boolean_t
|
||||
resize(isc_heap_t *heap) {
|
||||
void **new_array;
|
||||
size_t new_size;
|
||||
unsigned int new_size;
|
||||
|
||||
REQUIRE(VALID_HEAP(heap));
|
||||
|
||||
|
Reference in New Issue
Block a user