X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=src%2Finspect_fs_windows.c;h=270b7616f5f5ae457c1db7926047660bf8fc0151;hb=eb7ec6170eca278fb910e18ca1f7ca81c6b507c0;hp=7d09fd18bcebee3e06b3895fd199b11b18b2371b;hpb=2c57305f72cd6181d1849ae6e1b892aa01c7f844;p=libguestfs.git diff --git a/src/inspect_fs_windows.c b/src/inspect_fs_windows.c index 7d09fd1..270b761 100644 --- a/src/inspect_fs_windows.c +++ b/src/inspect_fs_windows.c @@ -571,6 +571,8 @@ map_registry_disk_blob (guestfs_h *g, const char *blob) return ret; } +#endif /* defined(HAVE_HIVEX) */ + char * guestfs___case_sensitive_path_silently (guestfs_h *g, const char *path) { @@ -580,5 +582,3 @@ guestfs___case_sensitive_path_silently (guestfs_h *g, const char *path) g->error_cb = old_error_cb; return ret; } - -#endif /* defined(HAVE_HIVEX) */