From: Hermès Bélusca-Maïto Date: Sun, 9 Jun 2019 15:56:06 +0000 (+0200) Subject: [FASTFAT] Minor cleanup of the main header file. X-Git-Tag: 0.4.14-dev~836 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=4b6abeb352e68d7918196b05a4ddffb8c3c2065d [FASTFAT] Minor cleanup of the main header file. --- diff --git a/drivers/filesystems/fastfat/vfat.h b/drivers/filesystems/fastfat/vfat.h index 48923cdc945..478753447d0 100644 --- a/drivers/filesystems/fastfat/vfat.h +++ b/drivers/filesystems/fastfat/vfat.h @@ -1148,14 +1148,14 @@ VfatBuildRequest( PVOID VfatGetUserBuffer( - IN PIRP, + IN PIRP Irp, IN BOOLEAN Paging); NTSTATUS VfatLockUserBuffer( - IN PIRP, - IN ULONG, - IN LOCK_OPERATION); + IN PIRP Irp, + IN ULONG Length, + IN LOCK_OPERATION Operation); BOOLEAN VfatCheckForDismount( @@ -1221,11 +1221,6 @@ BOOLEAN vfatIsLongIllegal( WCHAR c); -BOOLEAN -wstrcmpjoki( - PWSTR s1, - PWSTR s2); - /* volume.c */ NTSTATUS