mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 19:31:45 +00:00
[REACTOS] Fix build with VS 17.14.2 / CL 19.44.35207.1
This commit is contained in:
parent
d663eb4466
commit
e431470ff9
13 changed files with 43 additions and 14 deletions
|
@ -4579,10 +4579,13 @@ NTSTATUS nfs41_QueryVolumeInformation(
|
|||
status = STATUS_SUCCESS;
|
||||
goto out;
|
||||
}
|
||||
#ifndef __REACTOS__
|
||||
// FileAccessInformation isn't the correct enum type!
|
||||
// It has the value 8, which is FileFsObjectIdInformation
|
||||
case FileAccessInformation:
|
||||
status = STATUS_NOT_SUPPORTED;
|
||||
goto out;
|
||||
|
||||
#endif
|
||||
case FileFsAttributeInformation:
|
||||
if (RxContext->Info.LengthRemaining < FS_ATTR_LEN) {
|
||||
RxContext->InformationToReturn = FS_ATTR_LEN;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue