Browse code

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

git-svn: trunk@3059

Török Edvin authored on 2007/05/22 03:27:06
Showing 2 changed files
... ...
@@ -1,7 +1,13 @@
1
+Mon May 21 20:48:00 EEST 2007 (edwin)
2
+----------------------------------
3
+  * libclamav/nsis/nsis_zlib.h: use _NSIS_ZLIB_H instead of _ZLIB_H
4
+
1 5
 Mon May 21 12:58:51 CEST 2007 (acab)
6
+----------------------------------
2 7
   * libclamav/nsis: more NSIS typos (reported by Gianluigi Tiesi)
3 8
 
4 9
 Mon May 21 12:51:17 CEST 2007 (acab)
10
+----------------------------------
5 11
   * libclamav/nsis: NSIS related typos (thx njh)
6 12
 
7 13
 Mon May 21 11:33:07 CEST 2007 (tk)
... ...
@@ -25,8 +25,8 @@
25 25
 
26 26
 */
27 27
 
28
-#ifndef _ZLIB_H
29
-#define _ZLIB_H
28
+#ifndef _NSIS_ZLIB_H
29
+#define _NSIS_ZLIB_H
30 30
 
31 31
 #include "nsis_zconf.h"
32 32
 #include "nsis_zutil.h"