summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorake <ake@13f79535-47bb-0310-9956-ffa450edef68>2004-10-01 19:24:03 +0000
committerake <ake@13f79535-47bb-0310-9956-ffa450edef68>2004-10-01 19:24:03 +0000
commitf56459c28114272824a4d644f44bb65f9dafa804 (patch)
treed394bbc8a88eb96fd48eca9dbbb49899b54b7210 /include
parent08c1fe86b025d33da0851c36dd95fe0e009d5b43 (diff)
downloadlibapr-f56459c28114272824a4d644f44bb65f9dafa804.tar.gz
clarify APR_DWORD_MAX
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65360 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r--include/apr.hnw2
-rw-r--r--include/apr.hw2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/apr.hnw b/include/apr.hnw
index 2938f8fd1..06073ebbd 100644
--- a/include/apr.hnw
+++ b/include/apr.hnw
@@ -330,7 +330,7 @@ typedef int apr_wait_t;
#define APR_UINT64_T_HEX_FMT "llx"
#define APR_TIME_T_FMT APR_INT64_T_FMT
-#define APR_DWORD_MAX 4294967295 /* 2^32*/
+#define APR_DWORD_MAX 0xFFFFFFFFUL /* 2^32*/
/** @} */
#ifdef __cplusplus
diff --git a/include/apr.hw b/include/apr.hw
index b6897525d..be59f6627 100644
--- a/include/apr.hw
+++ b/include/apr.hw
@@ -342,7 +342,7 @@ typedef int apr_socklen_t;
#define APR_SIZEOF_VOIDP 4
#endif
-#define APR_DWORD_MAX 4294967295
+#define APR_DWORD_MAX 0xFFFFFFFFUL
/* XXX These simply don't belong here, perhaps in apr_portable.h
* based on some APR_HAVE_PID/GID/UID?