X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fdentry.c;h=15a44cee981c6e97ac64f0bc5ec057344f31fd0c;hp=58869af4b6b921fb18d84d4fdca302a05a594c66;hb=2a33c303e30fd740f740e21632fd06b9e414b0c7;hpb=6cc8db9fac4dcfdcd474ee49790a30a54b83c798;ds=sidebyside diff --git a/src/dentry.c b/src/dentry.c index 58869af4..15a44cee 100644 --- a/src/dentry.c +++ b/src/dentry.c @@ -974,6 +974,7 @@ void inode_remove_ads(struct wim_inode *inode, u16 idx, inode->i_num_ads--; } +#ifndef __WIN32__ int inode_get_unix_data(const struct wim_inode *inode, struct wimlib_unix_data *unix_data, u16 *stream_idx_ret) @@ -1043,6 +1044,7 @@ int inode_set_unix_data(struct wim_inode *inode, inode_remove_ads(inode, stream_idx, lookup_table); return ret; } +#endif /* !__WIN32__ */ /* * Reads the alternate data stream entries of a WIM dentry.