summaryrefslogtreecommitdiff
path: root/zutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'zutil.h')
-rw-r--r--zutil.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/zutil.h b/zutil.h
index 18a13cf..93d6553 100644
--- a/zutil.h
+++ b/zutil.h
@@ -116,7 +116,7 @@ extern const char * const z_errmsg[10]; /* indexed by 2-zlib_error */
116#ifdef OS2 116#ifdef OS2
117# define OS_CODE 0x06 117# define OS_CODE 0x06
118# ifdef M_I86 118# ifdef M_I86
119 #include <malloc.h> 119# include <malloc.h>
120# endif 120# endif
121#endif 121#endif
122 122
@@ -162,9 +162,9 @@ extern const char * const z_errmsg[10]; /* indexed by 2-zlib_error */
162#endif 162#endif
163 163
164#if defined(__BORLANDC__) 164#if defined(__BORLANDC__)
165#pragma warn -8004 165 #pragma warn -8004
166#pragma warn -8008 166 #pragma warn -8008
167#pragma warn -8066 167 #pragma warn -8066
168#endif 168#endif
169 169
170#ifdef _LARGEFILE64_SOURCE 170#ifdef _LARGEFILE64_SOURCE