summaryrefslogtreecommitdiff
path: root/wia/microdrv/testmcro.rcv
blob: ff7f25c6ca5781580efd9823d2a42be3a996c844 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*****************************************************************/
/**         Microsoft Windows                                   **/
/**     Copyright (C) Microsoft Corp., 1996-2000                **/
/*****************************************************************/

#include <windows.h>
#include <ntverp.h>

#define VER_FILETYPE            VFT_APP
#define VER_FILESUBTYPE         VFT_UNKNOWN
#define VER_FILEDESCRIPTION_STR     "TEST Flatbed Scanner Still Image Device Micro Driver DLL"
#define VER_INTERNALNAME_STR        "TESTMCRO"
#define VER_ORIGINALFILENAME_STR    "TESTMCRO.DLL"

#include <common.ver>