home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / zip22.zip / windll / ziplib.def < prev    next >
Text File  |  1997-08-12  |  310b  |  16 lines

  1. ;module-definition file for Windows Zip DLL -- used by link.exe
  2. LIBRARY ZIP32 ; Library module name
  3. DESCRIPTION 'Windows Info-ZIP Zip Library 1.02 by Info-ZIP, Mike White 1997'
  4.  
  5. CODE  PRELOAD FIXED
  6.  
  7. DATA  PRELOAD MOVEABLE
  8.  
  9. EXPORTS
  10.      ZpArchive
  11.      ZpVersion
  12.      ZpInit
  13.      ZpSetOptions
  14.      ZpGetOptions
  15.  
  16.