Fixed adler32.cpp to compile with the latest version of zlib.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6254 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
6047415427
commit
4247359df9
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
|||
*/
|
||||
|
||||
#include "adler32.h"
|
||||
#include <limits.h>
|
||||
namespace zlib {
|
||||
#include <zlib.h>
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue