From: Eric Biggers Date: Mon, 8 Apr 2013 16:24:55 +0000 (-0500) Subject: Wrap do_ntfs_umount() declaration with WITH_NTFS_3G X-Git-Tag: v1.3.3~71 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=c79cf52fe557f2ee301914a28ad0a6a270d2fea5 Wrap do_ntfs_umount() declaration with WITH_NTFS_3G --- diff --git a/src/wimlib_internal.h b/src/wimlib_internal.h index da17c9ec..6528b77f 100644 --- a/src/wimlib_internal.h +++ b/src/wimlib_internal.h @@ -562,8 +562,10 @@ build_dentry_tree_ntfs(struct wim_dentry **root_p, wimlib_progress_func_t progress_func, void *extra_arg); +#ifdef WITH_NTFS_3G extern int do_ntfs_umount(struct _ntfs_volume *vol); +#endif /* resource.c */