| 1279 | } |
| 1280 | |
| 1281 | extern int ZEXPORT zipOpenNewFileInZip3 (zipFile file, const char* filename, const zip_fileinfo* zipfi, |
| 1282 | const void* extrafield_local, uInt size_extrafield_local, |
| 1283 | const void* extrafield_global, uInt size_extrafield_global, |
| 1284 | const char* comment, int method, int level, int raw, |
| 1285 | int windowBits,int memLevel, int strategy, |
| 1286 | const char* password, uLong crcForCrypting) |
| 1287 | { |
| 1288 | return zipOpenNewFileInZip4_64 (file, filename, zipfi, |
| 1289 | extrafield_local, size_extrafield_local, |
| 1290 | extrafield_global, size_extrafield_global, |
| 1291 | comment, method, level, raw, |
| 1292 | windowBits, memLevel, strategy, |
| 1293 | password, crcForCrypting, VERSIONMADEBY, 0, 0); |
| 1294 | } |
| 1295 | |
| 1296 | extern int ZEXPORT zipOpenNewFileInZip3_64(zipFile file, const char* filename, const zip_fileinfo* zipfi, |
| 1297 | const void* extrafield_local, uInt size_extrafield_local, |