blob: b8c7f25b52521398ae0c0a3c4c27b179e29457bf (
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: avssamp.rc
//
//--------------------------------------------------------------------------
#include <windows.h>
#include <ntverp.h>
#define VER_FILETYPE VFT_DRV
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "AVStream Filter-Centric Sample"
#define VER_INTERNALNAME_STR "avssamp.sys"
#define VER_ORIGINALFILENAME_STR "avssamp.sys"
#include "common.ver"
|