home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / vile-src.zip / vile-8.1 / visvile / visvile.def < prev    next >
Text File  |  1998-08-25  |  288b  |  12 lines

  1. ; VisVile.def : Declares the module parameters for the DLL.
  2.  
  3. LIBRARY      "VISVILE"
  4. DESCRIPTION  'VISVILE Windows Dynamic Link Library'
  5.  
  6. EXPORTS
  7.     ; Explicit exports can go here
  8.     DllCanUnloadNow PRIVATE
  9.     DllGetClassObject PRIVATE
  10.     DllRegisterServer PRIVATE
  11.     DllUnregisterServer PRIVATE
  12.