aboutsummaryrefslogtreecommitdiff
path: root/mousew16.lnk
blob: 0e4166d00f240bcbf1442b0e45c803704c297a45 (plain)
1
2
3
4
5
6
7
8
9
10
11
system windows_dll
option map=mousew16.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