Last change
on this file since 2981 was 1, checked in by vboxsync, 55 years ago |
import
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
335 bytes
|
Line | |
---|
1 | #include <windows.h>
|
---|
2 |
|
---|
3 | #include <ntverp.h>
|
---|
4 |
|
---|
5 | #define VER_FILETYPE VFT_DRV
|
---|
6 | #define VER_FILESUBTYPE VFT2_DRV_SYSTEM
|
---|
7 | #define VER_FILEDESCRIPTION_STR "VirtualBox i8042 Port Driver"
|
---|
8 | #define VER_INTERNALNAME_STR "VBoxMouseNT.sys"
|
---|
9 | #define VER_ORIGINALFILENAME_STR "VBoxMouseNT.sys"
|
---|
10 |
|
---|
11 | #include "common.ver"
|
---|
12 |
|
---|
13 | #include "i8042log.rc"
|
---|
14 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.