diff options
author | Xavier Roche <roche@httrack.com> | 2023-11-18 11:03:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-18 11:03:53 +0100 |
commit | 300f906d7829293715f8e35855207ff42a395d8d (patch) | |
tree | 5394f22a853dbf11c12d2b4deae43d06bac34e0d /src/minizip/iowin32.h.orig | |
parent | 8316bc0e974c2a84a35f2175d413804c9b5be90c (diff) | |
parent | 3bffe8ca4659fbca47dcc8fba0472fadcf659a51 (diff) |
Merge pull request #265 from jayaddison/maintenance/update-zlib-1.3
Maintenance: update vendored minizip code to the version distributed with zlib v1.3
Diffstat (limited to 'src/minizip/iowin32.h.orig')
-rw-r--r-- | src/minizip/iowin32.h.orig | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/src/minizip/iowin32.h.orig b/src/minizip/iowin32.h.orig deleted file mode 100644 index 0ca0969..0000000 --- a/src/minizip/iowin32.h.orig +++ /dev/null @@ -1,28 +0,0 @@ -/* iowin32.h -- IO base function header for compress/uncompress .zip - Version 1.1, February 14h, 2010 - part of the MiniZip project - ( http://www.winimage.com/zLibDll/minizip.html ) - - Copyright (C) 1998-2010 Gilles Vollant (minizip) ( http://www.winimage.com/zLibDll/minizip.html ) - - Modifications for Zip64 support - Copyright (C) 2009-2010 Mathias Svensson ( http://result42.com ) - - For more info read MiniZip_info.txt - -*/ - -#include <windows.h> - - -#ifdef __cplusplus -extern "C" { -#endif - -void fill_win32_filefunc OF((zlib_filefunc_def* pzlib_filefunc_def)); -void fill_win32_filefunc64 OF((zlib_filefunc64_def* pzlib_filefunc_def)); -void fill_win32_filefunc64A OF((zlib_filefunc64_def* pzlib_filefunc_def)); -void fill_win32_filefunc64W OF((zlib_filefunc64_def* pzlib_filefunc_def)); - -#ifdef __cplusplus -} -#endif |