home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / unzip531.zip / windll / windll16.def < prev    next >
Text File  |  1997-05-06  |  358b  |  18 lines

  1. ;module-definition file for Windows Unzip DLL -- used by link.exe
  2. LIBRARY UNZIP16 ; Library module name
  3.  
  4. DESCRIPTION 'Windows Info-ZIP UnZip DLL 1.01 by Info-ZIP, Mike White 1996'
  5.  
  6. CODE  PRELOAD FIXED
  7.  
  8. DATA  PRELOAD MOVEABLE
  9.  
  10. EXPORTS
  11.      windll_unzip          ; actual entry point
  12.      UzpVersion
  13.      Unz_Init
  14.      Unz_SetOpts
  15.      Unz_Unzip
  16.      unzipVB
  17.  
  18.