mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +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:
parent
a5351bc64c
commit
6ead37dc63
1 changed files with 4 additions and 2 deletions
|
@ -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_ */
|
||||
|
|
Loading…
Reference in a new issue