use _NSIS_ZLIB_H instead of _ZLIB_H (which causes trouble on Solaris).

git-svn: trunk@3059
remotes/push_mirror/metadata
Török Edvin 18 years ago
parent cd6d37c102
commit 602e35c833
  1. 6
      ChangeLog
  2. 4
      libclamav/nsis/nsis_zlib.h

@ -1,7 +1,13 @@
Mon May 21 20:48:00 EEST 2007 (edwin)
----------------------------------
* libclamav/nsis/nsis_zlib.h: use _NSIS_ZLIB_H instead of _ZLIB_H
Mon May 21 12:58:51 CEST 2007 (acab)
----------------------------------
* libclamav/nsis: more NSIS typos (reported by Gianluigi Tiesi)
Mon May 21 12:51:17 CEST 2007 (acab)
----------------------------------
* libclamav/nsis: NSIS related typos (thx njh)
Mon May 21 11:33:07 CEST 2007 (tk)

@ -25,8 +25,8 @@
*/
#ifndef _ZLIB_H
#define _ZLIB_H
#ifndef _NSIS_ZLIB_H
#define _NSIS_ZLIB_H
#include "nsis_zconf.h"
#include "nsis_zutil.h"

Loading…
Cancel
Save