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_ */