Sync with trunk r65656.
[reactos.git] / drivers / filesystems / fastfat / vfat005.1st
1 This is VFAT driver release 0.0.5
2
3 To install :
4 extract files
5 delete all object files (*.o) in all subdirectories
6 (because include file include/ddk/iotypes.h is modified and is used by many files)
7 recompile reactos
8
9 What's new :
10 - some bugfixes
11 - support for IRP_MJ_DIRECTORY_CONTROL
12 (see reactos/tst/sshell.c for use of ZwQueryDirectoryFile)