From 4b6abeb352e68d7918196b05a4ddffb8c3c2065d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Sun, 9 Jun 2019 17:56:06 +0200 Subject: [PATCH] [FASTFAT] Minor cleanup of the main header file. --- drivers/filesystems/fastfat/vfat.h | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) 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 -- 2.17.1