From e9c94cdd49b49266fab7b46ef613ac1ace38a7d3 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Sat, 25 Oct 2008 05:41:01 +0000 Subject: Added experimental support for zlib and OpenSSL on Symbian OS. --- lib/urldata.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/urldata.h') diff --git a/lib/urldata.h b/lib/urldata.h index c6d8bf17f..4113f3a51 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -106,6 +106,10 @@ #ifdef HAVE_ZLIB_H #include /* for content-encoding */ +#ifdef __SYMBIAN32__ +/* zlib pollutes the namespace with this definition */ +#undef WIN32 +#endif #endif #ifdef USE_ARES -- cgit v1.2.1