]> wimlib.net Git - wimlib/blobdiff - include/wimlib/apply.h
WIMBoot: Update WimOverlay.dat directly when WOF not running
[wimlib] / include / wimlib / apply.h
index 7b4ffe3ea7defe663f6ddd7a65c0b3598c42d7cc..24648c9b3a378c19581881be787ffeb5f0d45574 100644 (file)
@@ -227,7 +227,7 @@ struct apply_ctx {
        tchar *tmpfile_name;
        u64 num_streams_remaining;
        uint64_t next_progress;
-       intptr_t private[8];
+       intptr_t private[10];
 };
 
 #ifdef __WIN32__