mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 05:52:57 +00:00
[BTRFS] Upgrade to 1.5
CORE-16494
This commit is contained in:
parent
c214c04964
commit
62e630de4c
27 changed files with 2216 additions and 566 deletions
|
@ -29,7 +29,7 @@ IsEven(IN USHORT Digit)
|
|||
return ((Digit & 1) != 1);
|
||||
}
|
||||
|
||||
NTSTATUS compat_FsRtlValidateReparsePointBuffer(IN ULONG BufferLength, IN PREPARSE_DATA_BUFFER ReparseBuffer)
|
||||
NTSTATUS __stdcall compat_FsRtlValidateReparsePointBuffer(IN ULONG BufferLength, IN PREPARSE_DATA_BUFFER ReparseBuffer)
|
||||
{
|
||||
USHORT DataLength;
|
||||
ULONG ReparseTag;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue