X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fwimlib_internal.h;h=7f2b914bfc23d017d610de633b01725f23b9e3e0;hp=a5564b488502e6891adf6671d4c2d3bb5ba52298;hb=f8698b9c814a62a117982701b9551f699553b2a4;hpb=f2db311f527e6037c836cf1b14debb841e09b440 diff --git a/src/wimlib_internal.h b/src/wimlib_internal.h index a5564b48..7f2b914b 100644 --- a/src/wimlib_internal.h +++ b/src/wimlib_internal.h @@ -300,11 +300,9 @@ struct WIMStruct { /* The header of the WIM file. */ struct wim_header hdr; - /* Temporary fields */ - union { - bool write_metadata; - void *private; - }; + /* Temporary field */ + void *private; + #ifdef WITH_NTFS_3G struct _ntfs_volume *ntfs_vol; #endif