blob: 008001123c84e080cdc45d73fd7c1681a75d6b3f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
//+-------------------------------------------------------------------------
//
// Microsoft Windows
//
// Copyright (C) Microsoft Corporation, 2004
//
// File: msdsm.rc
//
//--------------------------------------------------------------------------
#include <windows.h>
#include <ntverp.h>
#define VER_FILETYPE VFT_DRV
#define VER_FILESUBTYPE VFT2_DRV_SYSTEM
#define VER_FILEDESCRIPTION_STR "Microsoft Device Specific Module"
#define VER_INTERNALNAME_STR "msdsm.sys"
#define VER_ORIGINALFILENAME_STR "msdsm.sys"
#include "common.ver"
MofResourceName MOFDATA msdsm.bmf
DsmMofResourceName MOFDATA msdsmdsm.bmf
|