summaryrefslogtreecommitdiff
path: root/zconf.in.h
diff options
context:
space:
mode:
Diffstat (limited to 'zconf.in.h')
-rw-r--r--zconf.in.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/zconf.in.h b/zconf.in.h
index 6897bf0..03a9431 100644
--- a/zconf.in.h
+++ b/zconf.in.h
@@ -1,5 +1,5 @@
1/* zconf.h -- configuration of the zlib compression library 1/* zconf.h -- configuration of the zlib compression library
2 * Copyright (C) 1995-2004 Jean-loup Gailly. 2 * Copyright (C) 1995-2005 Jean-loup Gailly.
3 * For conditions of distribution and use, see copyright notice in zlib.h 3 * For conditions of distribution and use, see copyright notice in zlib.h
4 */ 4 */
5 5
@@ -68,8 +68,10 @@
68#if defined(_WINDOWS) && !defined(WINDOWS) 68#if defined(_WINDOWS) && !defined(WINDOWS)
69# define WINDOWS 69# define WINDOWS
70#endif 70#endif
71#if (defined(_WIN32) || defined(__WIN32__)) && !defined(WIN32) 71#if defined(_WIN32) || defined(_WIN32_WCE) || defined(__WIN32__)
72# define WIN32 72# ifndef WIN32
73# define WIN32
74# endif
73#endif 75#endif
74#if (defined(MSDOS) || defined(OS2) || defined(WINDOWS)) && !defined(WIN32) 76#if (defined(MSDOS) || defined(OS2) || defined(WINDOWS)) && !defined(WIN32)
75# if !defined(__GNUC__) && !defined(__FLAT__) && !defined(__386__) 77# if !defined(__GNUC__) && !defined(__FLAT__) && !defined(__386__)