[CDFS] Delete the old CDFS driver.
[reactos.git] / drivers / filesystems / cdfs / cdfs.rc
1 //
2 // Copyright (C) Microsoft. All rights reserved.
3 //
4 #include <verrsrc.h>
5
6 #include <ntverp.h>
7
8 #define VER_FILETYPE VFT_DRV
9 #define VER_FILESUBTYPE VFT2_DRV_SYSTEM
10 #define VER_FILEDESCRIPTION_STR "CD-ROM File System Driver"
11 #define VER_INTERNALNAME_STR "cdfs.sys"
12
13 #include "common.ver"
14