[CDFS]
authorColin Finck <colin@reactos.org>
Thu, 17 Aug 2017 12:21:27 +0000 (12:21 +0000)
committerColin Finck <colin@reactos.org>
Thu, 17 Aug 2017 12:21:27 +0000 (12:21 +0000)
commitfb160be26638189f7995b63b069129be346bc422
tree74cf8b05fe30280a162de41982e121010543a880
parentd31e5d598c8a3ad999b5da0c588019d82c6b62aa
[CDFS]
- Add a basic CDFS filesystem library "cdfslib" for checking and formatting a CDFS volume. Checking is unimplemented and formatting not supported anyway :)
- Use this library in the new "ucdfs" DLL and that DLL in "autochk". Fixes the "Unable to verify a CDFS volume" message at boot.
- Return the right device type (FILE_DEVICE_CD_ROM or FILE_DEVICE_DISK) in when querying volume information in cdfs.sys to get the proper icon in Explorer.

svn path=/trunk/; revision=75591
reactos/base/system/autochk/autochk.c
reactos/dll/win32/CMakeLists.txt
reactos/dll/win32/ucdfs/CMakeLists.txt [new file with mode: 0644]
reactos/dll/win32/ucdfs/ucdfs.c [new file with mode: 0644]
reactos/dll/win32/ucdfs/ucdfs.rc [new file with mode: 0644]
reactos/dll/win32/ucdfs/ucdfs.spec [new file with mode: 0644]
reactos/drivers/filesystems/cdfs/volinfo.c
reactos/sdk/lib/fslib/CMakeLists.txt
reactos/sdk/lib/fslib/cdfslib/CMakeLists.txt [new file with mode: 0644]
reactos/sdk/lib/fslib/cdfslib/cdfslib.c [new file with mode: 0644]