mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 03:27:31 +00:00
67656096bd
Add a simple application (à la NTFSInfo & nfi) to dump the data about a NTFS volume using the FSCTL control codes. This is for both demonstrating how it works and to assess our driver behavior against Windows behavior of these FSCTL. CORE-8725 svn path=/trunk/; revision=65165
4 lines
111 B
CMake
4 lines
111 B
CMake
add_executable(ntfs_test ntfs.c)
|
|
set_module_type(ntfs_test win32cui)
|
|
add_importlibs(ntfs_test msvcrt kernel32)
|