mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 04:13:37 +00:00
[FASTFAT]
* Add header guards to the main header. * Improve header inclusions. CORE-7716 svn path=/trunk/; revision=62008
This commit is contained in:
@@ -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_ */
|
||||
|
||||
Reference in New Issue
Block a user