aboutsummaryrefslogtreecommitdiff
path: root/w16mouse.lnk
diff options
context:
space:
mode:
Diffstat (limited to 'w16mouse.lnk')
-rw-r--r--w16mouse.lnk11
1 files changed, 11 insertions, 0 deletions
diff --git a/w16mouse.lnk b/w16mouse.lnk
new file mode 100644
index 0000000..bb80eb2
--- /dev/null
+++ b/w16mouse.lnk
@@ -0,0 +1,11 @@
+system windows_dll
+option map=w16mouse.map
+option modname=MOUSE # This is necessary; USER.EXE imports mouse functions using this module name
+option description 'VirtualBox Mouse driver'
+
+segment CALLBACKS fixed shared # We need a non-moveable segment to store our callback routines
+
+export Inquire.1
+export Enable.2
+export Disable.3
+export MouseGetIntVect.4