From: Amine Khaldi Date: Thu, 6 Feb 2014 12:28:49 +0000 (+0000) Subject: [FASTFAT] X-Git-Tag: ReactOS-0.3.16-CLT2014~289 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=6ead37dc63b10852ccf9b577f4046fb12817c261;hp=a5351bc64c11a91246a904085e055564262d31e6;ds=sidebyside [FASTFAT] * Add header guards to the main header. * Improve header inclusions. CORE-7716 svn path=/trunk/; revision=62008 --- diff --git a/reactos/drivers/filesystems/fastfat/vfat.h b/reactos/drivers/filesystems/fastfat/vfat.h index f627ff65638..791daf29449 100644 --- a/reactos/drivers/filesystems/fastfat/vfat.h +++ b/reactos/drivers/filesystems/fastfat/vfat.h @@ -1,5 +1,7 @@ +#ifndef _FASTFAT_PCH_ +#define _FASTFAT_PCH_ + #include -#include #include #include @@ -949,4 +951,4 @@ NTSTATUS VfatSetVolumeInformation( PVFAT_IRP_CONTEXT IrpContext); -/* EOF */ +#endif /* _FASTFAT_PCH_ */