mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 16:35:49 +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 <ntifs.h>
|
||||||
#include <bugcodes.h>
|
|
||||||
#include <ntdddisk.h>
|
#include <ntdddisk.h>
|
||||||
#include <dos.h>
|
#include <dos.h>
|
||||||
|
|
||||||
|
@ -949,4 +951,4 @@ NTSTATUS
|
||||||
VfatSetVolumeInformation(
|
VfatSetVolumeInformation(
|
||||||
PVFAT_IRP_CONTEXT IrpContext);
|
PVFAT_IRP_CONTEXT IrpContext);
|
||||||
|
|
||||||
/* EOF */
|
#endif /* _FASTFAT_PCH_ */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue