]> wimlib.net Git - wimlib/blobdiff - src/dentry.h
Win32 fixes
[wimlib] / src / dentry.h
index 6442b106d3ad63fd11d5a75f5cd68c73f3c02a60..3c59f128f675f514bbc001af148e1c6bc1430acb 100644 (file)
@@ -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