From c79cf52fe557f2ee301914a28ad0a6a270d2fea5 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Mon, 8 Apr 2013 11:24:55 -0500 Subject: [PATCH 1/1] Wrap do_ntfs_umount() declaration with WITH_NTFS_3G --- src/wimlib_internal.h | 2 ++ 1 file changed, 2 insertions(+) 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 */ -- 2.43.0