home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / unzip52.zip / wizdll / wizunz32.def < prev    next >
Text File  |  1996-04-23  |  260b  |  10 lines

  1. ;module-definition file for Windows Unzip DLL -- used by link.exe
  2. LIBRARY WIZUNZ32 ; Library module name
  3.  
  4. DESCRIPTION 'Windows Info-ZIP UnZip DLL 1.0 by Info-ZIP, Mike White 1996'
  5.  
  6. EXPORTS
  7.      DllProcessZipFiles          ; actual entry point
  8.      GetDllVersion
  9.  
  10.