;------------------------------------------------------------------------- ; WINPTR.DEF module definition file ; ; (c) Douglas Boling 1992 ;------------------------------------------------------------------------- NAME WINPTR DESCRIPTION 'Windows pointer locator (c) Douglas Boling, 1992' EXETYPE WINDOWS STUB 'WINSTUB.EXE' CODE PRELOAD MOVEABLE DISCARDABLE DATA PRELOAD MOVEABLE DISCARDABLE HEAPSIZE 0 STACKSIZE 8192 EXPORTS WndProc IMPORTS GetStatus = WINPLIB.1 LocatePointer = WINPLIB.2 SetLocate = WINPLIB.3 SetTriggers = WINPLIB.4 SetCursorID = WINPLIB.5 SetArrowOnly = WINPLIB.6