home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / mesaaiok.zip / source / mesasolv.def < prev    next >
Text File  |  1995-10-04  |  493b  |  24 lines

  1. ;========================================================================
  2. ; MESAFEED.DEF - DLL Mesa dll
  3. ;========================================================================
  4. LIBRARY     MESASOLV INITINSTANCE TERMINSTANCE
  5.  
  6. DESCRIPTION 'The Mesa Sample AddIn DLL'
  7.  
  8. PROTMODE
  9.  
  10. DATA        MULTIPLE NONSHARED READWRITE LOADONCALL
  11.  
  12. CODE        LOADONCALL
  13.  
  14. EXPORTS
  15.             AddInInit
  16.             AddInFree
  17.             
  18. IMPORTS
  19.             MESACORE.performAddInFunction
  20.             MESACORE.MFree
  21.             MESACORE.MMalloc
  22.             MESACORE.MRealloc
  23.  
  24.