summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorake <ake@13f79535-47bb-0310-9956-ffa450edef68>2004-09-22 18:21:30 +0000
committerake <ake@13f79535-47bb-0310-9956-ffa450edef68>2004-09-22 18:21:30 +0000
commita8981222f2ff23f70718e4aed1fb127e3a4d31e4 (patch)
tree2965d9207677278e188ece443c7b6431eda6e446 /include
parent128a4cd3d654e5b15dc44e19786348736675e5e5 (diff)
downloadlibapr-a8981222f2ff23f70718e4aed1fb127e3a4d31e4.tar.gz
WIN64: first in a series to get Windows IA64 builds clean, this serves pages
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65340 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r--include/apr.hw4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/apr.hw b/include/apr.hw
index 53ee01137..372008338 100644
--- a/include/apr.hw
+++ b/include/apr.hw
@@ -342,6 +342,8 @@ typedef int apr_socklen_t;
#define APR_SIZEOF_VOIDP 4
#endif
+#define DWORD_MAX 4294967295
+
/* XXX These simply don't belong here, perhaps in apr_portable.h
* based on some APR_HAVE_PID/GID/UID?
*/
@@ -363,7 +365,7 @@ typedef int gid_t;
#endif
#ifndef WS2TCPIP_INLINE
-6:09 PM 11/16/2003#define IN6_IS_ADDR_V4MAPPED(a) \
+#define IN6_IS_ADDR_V4MAPPED(a) \
( (*(const apr_uint64_t *)(const void *)(&(a)->s6_addr[0]) == 0) \
&& (*(const apr_uint32_t *)(const void *)(&(a)->s6_addr[8]) == ntohl(0x0000ffff)))
#endif