reactos/drivers/filesystems/fastfat/vfat005.1st
Hermès Bélusca-Maïto 9393fc320e
[FORMATTING] Remove trailing whitespace. Addendum to 34593d93.
Excluded: 3rd-party code (incl. wine) and most of the win32ss.
2021-09-13 03:52:22 +02:00

13 lines
361 B
Plaintext

This is VFAT driver release 0.0.5
To install :
extract files
delete all object files (*.o) in all subdirectories
(because include file include/ddk/iotypes.h is modified and is used by many files)
recompile reactos
What's new :
- some bugfixes
- support for IRP_MJ_DIRECTORY_CONTROL
(see reactos/tst/sshell.c for use of ZwQueryDirectoryFile)