-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfmouse.rc
More file actions
executable file
·28 lines (23 loc) · 827 Bytes
/
fmouse.rc
File metadata and controls
executable file
·28 lines (23 loc) · 827 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/**********************************
* FakeMouse Virtual Device Driver *
* Version: 1.0.0 *
* Resource File *
***********************************/
#include <version.h>
#define Not_VxD
#include <vmm.h>
#define VER_FILETYPE VFT_VXD
#ifdef SAMPLE_DEVICE_ID
#define VER_FILESUBTYPE SAMPLE_DEVICE_ID
#else
#define VER_FILESUBTYPE UNDEFINED_DEVICE_ID
#endif
#define VER_FILEDESCRIPTION_STR "FakeMouse Virtual Device Driver"
#define VER_FILEVERSION_STR "1.0.0"
#define VER_PRODUCTNAME_STR "FakeMouse"
#define VER_PRODUCTVERSION_STR "1.0.0"
#define VER_INTERNALNAME_STR "FMOUSE"
#define VER_LEGALCOPYRIGHT_YEARS "2000"
#define VER_LEGALCOPYRIGHT_STR "Copyright \251 Adrian Glaubitz " VER_LEGALCOPYRIGHT_YEARS
#define VER_ORIGINALFILENAME_STR "FMOUSE.VXD"
#include <common.ver>