projects
/
reactos.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[FASTFAT]
[reactos.git]
/
reactos
/
drivers
/
filesystems
/
fastfat
/
vfat.h
diff --git
a/reactos/drivers/filesystems/fastfat/vfat.h
b/reactos/drivers/filesystems/fastfat/vfat.h
index
f627ff6
..
791daf2
100644
(file)
--- a/
reactos/drivers/filesystems/fastfat/vfat.h
+++ b/
reactos/drivers/filesystems/fastfat/vfat.h
@@
-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_
*/