dll: fuse: remove dll/fuse/shared.h

This commit is contained in:
Bill Zissimopoulos
2018-07-16 14:21:57 -07:00
parent 27d03d4323
commit 3dc09b2496
7 changed files with 37 additions and 63 deletions

View File

@ -354,7 +354,7 @@ static NTSTATUS fsp_fuse_svcstart(FSP_SERVICE *Service, ULONG argc, PWSTR *argv)
/* this should always fail with ENOSYS or EINVAL */
err = f->ops.readlink("/", buf, sizeof buf);
f->has_symlinks = -enosys(f->env) != err;
f->has_symlinks = -ENOSYS_(f->env) != err;
}
/* the FSD does not currently limit these VolumeParams fields; do so here! */