]> wimlib.net Git - wimlib/blobdiff - src/wimlib_internal.h
Finally fixed most of the problems with the new resource code.
[wimlib] / src / wimlib_internal.h
index d13b46e562364f27c4819f8d82ef81e4f7bfe585..325b22451818ca7834e34d22c850c167d2777f65 100644 (file)
@@ -264,14 +264,13 @@ typedef struct WIMStruct {
                int extract_flags;
                int add_flags;
                int write_flags;
+               bool write_metadata;
        };
 
        /* The currently selected image, indexed starting at 1.  If not 0,
         * subtract 1 from this to get the index of the current image in the
         * image_metadata array. */
        int current_image;
-
-       bool write_metadata;
 } WIMStruct;