12 lines
247 B
Plaintext
12 lines
247 B
Plaintext
|
#include <windows.h>
|
||
|
|
||
|
#include <ntverp.h>
|
||
|
|
||
|
#define VER_FILETYPE VFT_DRV
|
||
|
#define VER_FILESUBTYPE VFT2_DRV_SYSTEM
|
||
|
#define VER_FILEDESCRIPTION_STR "CD-ROM File System Driver"
|
||
|
#define VER_INTERNALNAME_STR "cdfs.sys"
|
||
|
|
||
|
#include "common.ver"
|
||
|
|