]> wimlib.net Git - wimlib/blobdiff - src/win32_apply.c
Add apply_ops.requires_short_name_reordering
[wimlib] / src / win32_apply.c
index e554b95d22029f752da59f363717b21deeb30f81..48dd66d319637769b881086ffae72e54581bba1e 100644 (file)
@@ -614,6 +614,7 @@ const struct apply_operations win32_apply_ops = {
        .root_directory_is_special = 1,
        .requires_final_set_attributes_pass = 1,
        .extract_encrypted_stream_creates_file = 1,
+       .requires_short_name_reordering = 1, /* TODO: check if this is really needed  */
 };
 
 #endif /* __WIN32__ */