mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
14 lines
306 B
Text
14 lines
306 B
Text
//
|
|
// Copyright (C) Microsoft. All rights reserved.
|
|
//
|
|
#include <verrsrc.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"
|
|
|