]> wimlib.net Git - wimlib/blobdiff - src/wimlib_internal.h
imagex-optimize: --recompress
[wimlib] / src / wimlib_internal.h
index 6c45ca38185b1c6b0125e5ecef1c1e490a3482c0..be3dc32c342459329474c5c25f7a6d6b186ba03d 100644 (file)
@@ -254,6 +254,7 @@ struct image_metadata {
 
 #define WIMLIB_RESOURCE_FLAG_RAW               0x1
 #define WIMLIB_RESOURCE_FLAG_MULTITHREADED     0x2
+#define WIMLIB_RESOURCE_FLAG_RECOMPRESS                0x4
 
 /* The opaque structure exposed to the wimlib API. */
 typedef struct WIMStruct {