]> wimlib.net Git - wimlib/blobdiff - include/wimlib.h
Remove unnecessary argument to hlist iteration macros
[wimlib] / include / wimlib.h
index 8c904c530d63a0720349053c4e3e42b673534d60..df0ec28fa9ea9982af40d6588612aa5eaae00029 100644 (file)
@@ -1449,7 +1449,11 @@ struct wimlib_resource_entry {
         * solid resource in the WIM.  */
        uint64_t raw_resource_compressed_size;
 
-       uint64_t reserved[2];
+       /** If @p packed is 1, then this will specify the uncompressed size of
+        * the solid resource in the WIM.  */
+       uint64_t raw_resource_uncompressed_size;
+
+       uint64_t reserved[1];
 };
 
 /**