]> wimlib.net Git - wimlib/blobdiff - src/wimlib_internal.h
win32: Improve support for different filesystems
[wimlib] / src / wimlib_internal.h
index 8f4d295804873a3046b7f94680e47145b6f9aea3..c66d826bd9d58c5e9994423aefb2b7adf4d862ee 100644 (file)
@@ -524,6 +524,8 @@ struct apply_args {
                        /* Normal apply only (Win32) */
                        unsigned long num_set_sacl_priv_notheld;
                        unsigned long num_set_sd_access_denied;
+                       unsigned vol_flags;
+                       bool have_vol_flags;
                };
        };
 };
@@ -695,7 +697,6 @@ wim_checksum_unhashed_streams(WIMStruct *w);
  * the WIM image */
 #define WIMLIB_ADD_IMAGE_FLAG_SOURCE    0x40000000
 
-
 extern int
 begin_write(WIMStruct *w, const tchar *path, int write_flags);