home *** CD-ROM | disk | FTP | other *** search
/ Lion Share / lionsharecd.iso / utils_mz / v11n05.zip / WINPTR.DEF < prev    next >
Text File  |  1992-01-03  |  873b  |  23 lines

  1. ;-------------------------------------------------------------------------
  2. ; WINPTR.DEF module definition file
  3. ;
  4. ; (c) Douglas Boling 1992
  5. ;-------------------------------------------------------------------------
  6.  
  7. NAME                    WINPTR
  8.  
  9. DESCRIPTION             'Windows pointer locator (c) Douglas Boling, 1992'
  10. EXETYPE                 WINDOWS
  11. STUB                    'WINSTUB.EXE'
  12. CODE                    PRELOAD MOVEABLE DISCARDABLE
  13. DATA                    PRELOAD MOVEABLE DISCARDABLE
  14. HEAPSIZE                0
  15. STACKSIZE               8192
  16. EXPORTS                 WndProc
  17. IMPORTS                 GetStatus =     WINPLIB.1
  18.                     LocatePointer = WINPLIB.2
  19.                     SetLocate =     WINPLIB.3
  20.                     SetTriggers =   WINPLIB.4
  21.                     SetCursorID =   WINPLIB.5
  22.                     SetArrowOnly =  WINPLIB.6
  23.