X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=include%2Fwimlib%2Fdentry.h;fp=include%2Fwimlib%2Fdentry.h;h=0908b445fc181e7eca7829765753bd3710e61b0b;hp=2e35c7584551ff687170dcd7867e6aff5f9f21a6;hb=80b48ed7aeb8e6c9460ab254920818f9e36d656e;hpb=1234ed02b76f7a14e951b4355d23288be24c98e7 diff --git a/include/wimlib/dentry.h b/include/wimlib/dentry.h index 2e35c758..0908b445 100644 --- a/include/wimlib/dentry.h +++ b/include/wimlib/dentry.h @@ -77,7 +77,7 @@ struct wim_dentry { * dentries that were created from a filename in the WIN32 or WIN32+DOS * namespaces rather than the POSIX namespace. Otherwise this will * always be 0. */ - u8 is_win32_name : 1; + u8 d_is_win32_name : 1; /* Temporary flag; always reset to 0 when done using. */ u8 tmp_flag : 1;