]> wimlib.net Git - wimlib/blobdiff - include/wimlib/header.h
Support basic reading WIMBoot WIMs
[wimlib] / include / wimlib / header.h
index 34e910cbb15fe1b338ce132bd053f6dadf70eebc..2bbb8388d7e8d928670605198cb8acab20354550 100644 (file)
@@ -190,4 +190,7 @@ struct wim_header {
  * wimlib v1.6.0 and later and WIMGAPI Windows 8 and later.  */
 #define WIM_HDR_FLAG_COMPRESS_LZMS      0x00080000
 
+/* XPRESS, with small chunk size???  */
+#define WIM_HDR_FLAG_COMPRESS_XPRESS_2 0x00200000
+
 #endif /* _WIMLIB_HEADER_H */