home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / C / BC_502 / SMILEYC.PAK / SMILE.DEF < prev    next >
Encoding:
Text File  |  1997-05-06  |  184 b   |  10 lines

  1. ; Smile.def : Declares the module parameters.
  2.  
  3. LIBRARY      SMILE.OCX
  4.  
  5. EXPORTS
  6.     DllCanUnloadNow     @1
  7.     DllGetClassObject   @2
  8.     DllRegisterServer   @3
  9.     DllUnregisterServer @4
  10.