[FASTFAT_NEW] Fix MSVC builds
[reactos.git] / drivers / filesystems / fastfat_new / fatstruc.h
index a9fa08f..edd1f28 100644 (file)
@@ -19,6 +19,9 @@ Abstract:
 
 typedef PVOID PBCB;     //**** Bcb's are now part of the cache module
 
+#ifdef __REACTOS__
+#define __volatile volatile
+#endif
 \f
 //
 //  The FAT_DATA record is the top record in the Fat file system in-memory