X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fwin32_apply.c;h=faacd718b7e9178e0d00610a7bd4aa57ea1b3313;hp=ef0823ab0340c7ee7bab0cfa21e1bd3f06cba2f3;hb=6a84b7d59aa7cc0509ac870e5cbf122c5d755781;hpb=bb8c4222f31ab9b6a62088e661e44d2de71de91a diff --git a/src/win32_apply.c b/src/win32_apply.c index ef0823ab..faacd718 100644 --- a/src/win32_apply.c +++ b/src/win32_apply.c @@ -267,9 +267,10 @@ win32_get_supported_features(const wchar_t *target, get_vol_flags(target, &vol_flags, &short_names_supported); - supported_features->archive_files = 1; + supported_features->readonly_files = 1; supported_features->hidden_files = 1; supported_features->system_files = 1; + supported_features->archive_files = 1; if (vol_flags & FILE_FILE_COMPRESSION) supported_features->compressed_files = 1;