home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / packer / infozip / sources / msdos.zoo / bcc / unz42_bc.dif < prev    next >
Encoding:
Text File  |  1992-03-11  |  460 b   |  19 lines

  1. *** misc.old    Tue Mar 03 17:50:24 1992
  2. --- misc.c    Sat Mar 07 17:57:12 1992
  3. ***************
  4. *** 21,26 ****
  5. --- 21,33 ----
  6.   
  7.   #include "unzip.h"
  8.   
  9. + #ifdef __TURBOC__
  10. + /* v4.2 dpk  For some reason Borland C++'s TIME.H defines tzset()
  11. +  * only if not STD_C!  Weird .. but rather than have the warning
  12. +  * spoiling an otherwise perfect compile ...
  13. +  */
  14. + void tzset(void);
  15. + #endif
  16.   
  17.   
  18.   #ifndef ZIPINFO   /* no need to calculate CRCs */
  19.