aboutsummaryrefslogtreecommitdiff
path: root/w16mouse.lnk
diff options
context:
space:
mode:
Diffstat (limited to 'w16mouse.lnk')
-rw-r--r--w16mouse.lnk11
1 files changed, 0 insertions, 11 deletions
diff --git a/w16mouse.lnk b/w16mouse.lnk
deleted file mode 100644
index bb80eb2..0000000
--- a/w16mouse.lnk
+++ /dev/null
@@ -1,11 +0,0 @@
-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