home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / zip22.zip / windll / zipver.h < prev   
C/C++ Source or Header  |  1997-06-08  |  166b  |  8 lines

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