X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Fwin32_apply.c;h=a19d138f9002ac80a56d0d49d3312067abc13307;hb=e2f7bf9e5406b8784a2dd1e4947398c2ba9ddbe5;hp=c35fbec26b7b769099b94ce930d1eef8013d45f5;hpb=2fed42ae0eee69e6352425c29ca2b12af99f8992;p=wimlib diff --git a/src/win32_apply.c b/src/win32_apply.c index c35fbec2..a19d138f 100644 --- a/src/win32_apply.c +++ b/src/win32_apply.c @@ -686,8 +686,8 @@ start_wimboot_extraction(struct list_head *dentry_list, struct win32_apply_ctx * int ret; struct wim_dentry *dentry; - if (!wim_info_get_wimboot(ctx->common.wim->wim_info, - ctx->common.wim->current_image)) + if (!xml_get_wimboot(ctx->common.wim->xml_info, + ctx->common.wim->current_image)) WARNING("The WIM image is not marked as WIMBoot compatible. This usually\n" " means it is not intended to be used to back a Windows operating\n" " system. Proceeding anyway."); @@ -2938,8 +2938,8 @@ win32_extract(struct list_head *dentry_list, struct apply_ctx *_ctx) goto out; } - ctx->windows_build_number = wim_info_get_windows_build_number(ctx->common.wim->wim_info, - ctx->common.wim->current_image); + ctx->windows_build_number = xml_get_windows_build_number(ctx->common.wim->xml_info, + ctx->common.wim->current_image); dentry_count = count_dentries(dentry_list);