aboutsummaryrefslogtreecommitdiff
path: root/mousew16.lnk
diff options
context:
space:
mode:
Diffstat (limited to 'mousew16.lnk')
-rw-r--r--mousew16.lnk6
1 files changed, 5 insertions, 1 deletions
diff --git a/mousew16.lnk b/mousew16.lnk
index b8a068c..ad6ac85 100644
--- a/mousew16.lnk
+++ b/mousew16.lnk
@@ -1,9 +1,13 @@
system windows_dll
+
option map=mousew16.map
option modname=MOUSE # This is necessary; USER.EXE imports mouse functions using this module name
option description 'VBMouse int33 absolute mouse driver'
-segment CALLBACKS fixed shared # We need a non-moveable segment to store our callback routines
+option heapsize=128 # We don't need localheap but windows_dll sets 1K by default
+
+segment CALLBACKS fixed shared # We need a non-moveable segment to store our callback routines
+segment CLASS DATA fixed shared # Likewise fix the data segment, too cumbersome if not
export Inquire.1
export Enable.2