--- unzpriv.h.orig 2002-02-17 20:01:48 +0300 +++ unzpriv.h 2004-07-23 18:03:17 +0400 @@ -2419,16 +2419,7 @@ * All other ports are assumed to code zip entry filenames in ISO 8859-1. */ #ifndef Ext_ASCII_TO_Native -# define Ext_ASCII_TO_Native(string, hostnum, hostver, isuxatt, islochdr) \ - if (((hostnum) == FS_FAT_ && \ - !(((islochdr) || (isuxatt)) && \ - ((hostver) == 25 || (hostver) == 26 || (hostver) == 40))) || \ - (hostnum) == FS_HPFS_ || \ - ((hostnum) == FS_NTFS_ && (hostver) == 50)) { \ - _OEM_INTERN((string)); \ - } else { \ - _ISO_INTERN((string)); \ - } +# define Ext_ASCII_TO_Native(string, hostnum, hostver, isuxatt, islochdr) #endif