home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware 1 2 the Maxx
/
sw_1.zip
/
sw_1
/
WINDOWS
/
GRAPHICS
/
WINPTR.ZIP
/
WINPTR.DEF
< prev
next >
Wrap
Text File
|
1992-01-03
|
873b
|
23 lines
;-------------------------------------------------------------------------
; 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