summaryrefslogtreecommitdiff
path: root/avstream/avshws/avshws.rc
blob: 3e8a3e6a8af9c498ea47eeab575804572c2f9b2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
//+-------------------------------------------------------------------------
//
//  Microsoft Windows
//
//  Copyright (C) Microsoft Corporation, 1999 - 1999
//
//  File:       captst.rc
//
//--------------------------------------------------------------------------

#include <windows.h>

#include <ntverp.h>

#define VER_FILETYPE                VFT_DRV
#define VER_FILESUBTYPE             VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR     "AVStream Simulated Hardware Sample"
#define VER_INTERNALNAME_STR        "avshws.sys"
#define VER_ORIGINALFILENAME_STR    "avshws.sys"

#include "common.ver"