Author: akhaldi
Date: Thu Feb 6 12:28:49 2014
New Revision: 62008
URL:
http://svn.reactos.org/svn/reactos?rev=62008&view=rev
Log:
[FASTFAT]
* Add header guards to the main header.
* Improve header inclusions.
CORE-7716
Modified:
trunk/reactos/drivers/filesystems/fastfat/vfat.h
Modified: trunk/reactos/drivers/filesystems/fastfat/vfat.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/fastfa…
==============================================================================
--- trunk/reactos/drivers/filesystems/fastfat/vfat.h [iso-8859-1] (original)
+++ trunk/reactos/drivers/filesystems/fastfat/vfat.h [iso-8859-1] Thu Feb 6 12:28:49
2014
@@ -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 @@
VfatSetVolumeInformation(
PVFAT_IRP_CONTEXT IrpContext);
-/* EOF */
+#endif /* _FASTFAT_PCH_ */