home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / unzip540.zip / windll / unzver.h < prev    next >
C/C++ Source or Header  |  1998-11-17  |  166b  |  8 lines

  1. #ifndef __unzver_h   /* prevent multiple inclusions */
  2. #define __unzver_h
  3.  
  4. #define UNZ_DLL_VERSION "5.4\0"
  5. #define COMPANY_NAME "Info-ZIP\0"
  6.  
  7. #endif /* __unzver_h */
  8.