-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also replaced Itanium with ARM and ARM64 configurations.
- Loading branch information
Showing
11 changed files
with
3,559 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,6 +40,12 @@ Build instructions for Visual Studio 2015 (32 bits or 64 bits) | |
- Decompress current zlib, including all contrib/* files | ||
- Open contrib\vstudio\vc14\zlibvc.sln with Microsoft Visual C++ 2015 | ||
|
||
Build instructions for Visual Studio 2022 (64 bits) | ||
-------------------------------------------------------------- | ||
- Decompress current zlib, including all contrib/* files | ||
- Open contrib\vstudio\vc143\zlibvc.sln with Microsoft Visual C++ 2022 | ||
|
||
|
||
|
||
Important | ||
--------- | ||
|
@@ -71,5 +77,5 @@ Additional notes | |
Gilles Vollant | ||
[email protected] | ||
|
||
Visual Studio 2013 and 2015 Projects from Sean Hunt | ||
Visual Studio 2013, 2015, and 2022 Projects from Sean Hunt | ||
[email protected] |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
#include <windows.h> | ||
|
||
#define IDR_VERSION1 1 | ||
IDR_VERSION1 VERSIONINFO MOVEABLE IMPURE LOADONCALL DISCARDABLE | ||
FILEVERSION 1, 2, 13, 0 | ||
PRODUCTVERSION 1, 2, 13, 0 | ||
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK | ||
FILEFLAGS 0 | ||
FILEOS VOS_DOS_WINDOWS32 | ||
FILETYPE VFT_DLL | ||
FILESUBTYPE 0 // not used | ||
BEGIN | ||
BLOCK "StringFileInfo" | ||
BEGIN | ||
BLOCK "040904E4" | ||
//language ID = U.S. English, char set = Windows, Multilingual | ||
|
||
BEGIN | ||
VALUE "FileDescription", "zlib data compression and ZIP file I/O library\0" | ||
VALUE "FileVersion", "1.2.13\0" | ||
VALUE "InternalName", "zlib\0" | ||
VALUE "OriginalFilename", "zlibwapi.dll\0" | ||
VALUE "ProductName", "ZLib.DLL\0" | ||
VALUE "Comments","DLL support by Alessandro Iacopetti & Gilles Vollant\0" | ||
VALUE "LegalCopyright", "(C) 1995-2022 Jean-loup Gailly & Mark Adler\0" | ||
END | ||
END | ||
BLOCK "VarFileInfo" | ||
BEGIN | ||
VALUE "Translation", 0x0409, 1252 | ||
END | ||
END |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,158 @@ | ||
LIBRARY | ||
; zlib data compression and ZIP file I/O library | ||
|
||
VERSION 1.2 | ||
|
||
EXPORTS | ||
adler32 @1 | ||
compress @2 | ||
crc32 @3 | ||
deflate @4 | ||
deflateCopy @5 | ||
deflateEnd @6 | ||
deflateInit2_ @7 | ||
deflateInit_ @8 | ||
deflateParams @9 | ||
deflateReset @10 | ||
deflateSetDictionary @11 | ||
gzclose @12 | ||
gzdopen @13 | ||
gzerror @14 | ||
gzflush @15 | ||
gzopen @16 | ||
gzread @17 | ||
gzwrite @18 | ||
inflate @19 | ||
inflateEnd @20 | ||
inflateInit2_ @21 | ||
inflateInit_ @22 | ||
inflateReset @23 | ||
inflateSetDictionary @24 | ||
inflateSync @25 | ||
uncompress @26 | ||
zlibVersion @27 | ||
gzprintf @28 | ||
gzputc @29 | ||
gzgetc @30 | ||
gzseek @31 | ||
gzrewind @32 | ||
gztell @33 | ||
gzeof @34 | ||
gzsetparams @35 | ||
zError @36 | ||
inflateSyncPoint @37 | ||
get_crc_table @38 | ||
compress2 @39 | ||
gzputs @40 | ||
gzgets @41 | ||
inflateCopy @42 | ||
inflateBackInit_ @43 | ||
inflateBack @44 | ||
inflateBackEnd @45 | ||
compressBound @46 | ||
deflateBound @47 | ||
gzclearerr @48 | ||
gzungetc @49 | ||
zlibCompileFlags @50 | ||
deflatePrime @51 | ||
deflatePending @52 | ||
|
||
unzOpen @61 | ||
unzClose @62 | ||
unzGetGlobalInfo @63 | ||
unzGetCurrentFileInfo @64 | ||
unzGoToFirstFile @65 | ||
unzGoToNextFile @66 | ||
unzOpenCurrentFile @67 | ||
unzReadCurrentFile @68 | ||
unzOpenCurrentFile3 @69 | ||
unztell @70 | ||
unzeof @71 | ||
unzCloseCurrentFile @72 | ||
unzGetGlobalComment @73 | ||
unzStringFileNameCompare @74 | ||
unzLocateFile @75 | ||
unzGetLocalExtrafield @76 | ||
unzOpen2 @77 | ||
unzOpenCurrentFile2 @78 | ||
unzOpenCurrentFilePassword @79 | ||
|
||
zipOpen @80 | ||
zipOpenNewFileInZip @81 | ||
zipWriteInFileInZip @82 | ||
zipCloseFileInZip @83 | ||
zipClose @84 | ||
zipOpenNewFileInZip2 @86 | ||
zipCloseFileInZipRaw @87 | ||
zipOpen2 @88 | ||
zipOpenNewFileInZip3 @89 | ||
|
||
unzGetFilePos @100 | ||
unzGoToFilePos @101 | ||
|
||
fill_win32_filefunc @110 | ||
|
||
; zlibwapi v1.2.4 added: | ||
fill_win32_filefunc64 @111 | ||
fill_win32_filefunc64A @112 | ||
fill_win32_filefunc64W @113 | ||
|
||
unzOpen64 @120 | ||
unzOpen2_64 @121 | ||
unzGetGlobalInfo64 @122 | ||
unzGetCurrentFileInfo64 @124 | ||
unzGetCurrentFileZStreamPos64 @125 | ||
unztell64 @126 | ||
unzGetFilePos64 @127 | ||
unzGoToFilePos64 @128 | ||
|
||
zipOpen64 @130 | ||
zipOpen2_64 @131 | ||
zipOpenNewFileInZip64 @132 | ||
zipOpenNewFileInZip2_64 @133 | ||
zipOpenNewFileInZip3_64 @134 | ||
zipOpenNewFileInZip4_64 @135 | ||
zipCloseFileInZipRaw64 @136 | ||
|
||
; zlib1 v1.2.4 added: | ||
adler32_combine @140 | ||
crc32_combine @142 | ||
deflateSetHeader @144 | ||
deflateTune @145 | ||
gzbuffer @146 | ||
gzclose_r @147 | ||
gzclose_w @148 | ||
gzdirect @149 | ||
gzoffset @150 | ||
inflateGetHeader @156 | ||
inflateMark @157 | ||
inflatePrime @158 | ||
inflateReset2 @159 | ||
inflateUndermine @160 | ||
|
||
; zlib1 v1.2.6 added: | ||
gzgetc_ @161 | ||
inflateResetKeep @163 | ||
deflateResetKeep @164 | ||
|
||
; zlib1 v1.2.7 added: | ||
gzopen_w @165 | ||
|
||
; zlib1 v1.2.8 added: | ||
inflateGetDictionary @166 | ||
gzvprintf @167 | ||
|
||
; zlib1 v1.2.9 added: | ||
inflateCodesUsed @168 | ||
inflateValidate @169 | ||
uncompress2 @170 | ||
gzfread @171 | ||
gzfwrite @172 | ||
deflateGetDictionary @173 | ||
adler32_z @174 | ||
crc32_z @175 | ||
|
||
; zlib1 v1.2.12 added: | ||
crc32_combine_gen @176 | ||
crc32_combine_gen64 @177 | ||
crc32_combine_op @178 |
Oops, something went wrong.