home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast.iso / pcmag / vol11n19.zip / DIGIT.DEF < prev    next >
Text File  |  1992-09-07  |  739b  |  22 lines

  1. ;-------------------------------------------------------------------------
  2. ; DIGIT.DEF module definition file
  3. ;
  4. ; (c) Douglas Boling 1992
  5. ;-------------------------------------------------------------------------
  6.  
  7. LIBRARY                 DIGIT
  8.  
  9. DESCRIPTION             'DLL for Digit Control (c) Douglas Boling, 1992'
  10. EXETYPE                 WINDOWS
  11. CODE                    PRELOAD MOVEABLE
  12. DATA                    PRELOAD MOVEABLE
  13. HEAPSIZE                8192
  14. EXPORTS                 WEP             @1
  15.                     DIGITINFO       @2
  16.                     DIGITSTYLE      @3
  17.                     DIGITFLAGS      @4
  18.                     DIGITWNDFN      @5
  19.                     DIGITDLGFN      @6
  20.                         LIBMAIN
  21. 
  22.