X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Fntfs-3g_apply.c;h=4b6bc394a99565941ca2a828e2a274dcc8e0b911;hb=58ccad75516dcb536515cfb672e150670f44b957;hp=ccfd6fde54703b4531c7d3205d19987517f79c95;hpb=51df3b63c594a7e35446d2e2e19637e54240b0b2;p=wimlib diff --git a/src/ntfs-3g_apply.c b/src/ntfs-3g_apply.c index ccfd6fde..4b6bc394 100644 --- a/src/ntfs-3g_apply.c +++ b/src/ntfs-3g_apply.c @@ -54,9 +54,10 @@ static int ntfs_3g_get_supported_features(const char *target, struct wim_features *supported_features) { - 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; supported_features->compressed_files = 1; supported_features->not_context_indexed_files = 1; supported_features->named_data_streams = 1;