From: Marc-Aurel Zent mzent@codeweavers.com
--- server/mach.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/server/mach.c b/server/mach.c index de8c0eef9b9..7675835426a 100644 --- a/server/mach.c +++ b/server/mach.c @@ -453,7 +453,7 @@ int write_process_memory( struct process *process, client_ptr_t ptr, data_size_t mach_vm_address_t current_address = (mach_vm_address_t)ptr; mach_vm_address_t region_address = current_address; mach_vm_size_t region_size, write_size; - vm_region_basic_info_data_t info; + vm_region_basic_info_data_64_t info; mach_msg_type_number_t info_count = VM_REGION_BASIC_INFO_COUNT_64; mach_port_t object_name; data_size_t remaining_size = size;