summaryrefslogtreecommitdiff
path: root/include/apr.hnw
diff options
context:
space:
mode:
authorAllan K. Edwards <ake@apache.org>2004-10-01 19:24:03 +0000
committerAllan K. Edwards <ake@apache.org>2004-10-01 19:24:03 +0000
commit36158e128f834b0c66160a20fd1dda441453a096 (patch)
treed394bbc8a88eb96fd48eca9dbbb49899b54b7210 /include/apr.hnw
parent9c12cfe62c1f4b18fc90940e8f59a15766503b8a (diff)
downloadapr-36158e128f834b0c66160a20fd1dda441453a096.tar.gz
clarify APR_DWORD_MAX
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@65360 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr.hnw')
-rw-r--r--include/apr.hnw2
1 files changed, 1 insertions, 1 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