X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Fdentry.h;h=3c59f128f675f514bbc001af148e1c6bc1430acb;hb=9fb3aaca115429b0af2a623bf20bfceef74f047f;hp=6442b106d3ad63fd11d5a75f5cd68c73f3c02a60;hpb=16176f3b7ce78da85646e814bd2f3ffe5babb82b;p=wimlib diff --git a/src/dentry.h b/src/dentry.h index 6442b106..3c59f128 100644 --- a/src/dentry.h +++ b/src/dentry.h @@ -271,7 +271,11 @@ struct wim_inode { struct list_head i_lte_inode_list; +#ifdef __WIN32__ + utf16lechar *i_extracted_file; +#else mbchar *i_extracted_file; +#endif /* Root of a red-black tree storing the children of this inode (if * non-empty, implies the inode is a directory, although that is also