[FASTFAT]

* Add header guards to the main header.
* Improve header inclusions.
CORE-7716

svn path=/trunk/; revision=62008
This commit is contained in:
Amine Khaldi 2014-02-06 12:28:49 +00:00
parent a5351bc64c
commit 6ead37dc63

View file

@ -1,5 +1,7 @@
#ifndef _FASTFAT_PCH_
#define _FASTFAT_PCH_
#include <ntifs.h>
#include <bugcodes.h>
#include <ntdddisk.h>
#include <dos.h>
@ -949,4 +951,4 @@ NTSTATUS
VfatSetVolumeInformation(
PVFAT_IRP_CONTEXT IrpContext);
/* EOF */
#endif /* _FASTFAT_PCH_ */