summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorclar <clar@13f79535-47bb-0310-9956-ffa450edef68>2004-09-28 16:16:17 +0000
committerclar <clar@13f79535-47bb-0310-9956-ffa450edef68>2004-09-28 16:16:17 +0000
commitcbe018956abd7aad398c8b9de84650eed936a005 (patch)
treeda2a246fcdbae496c2858064ddec07132ada37b3 /include
parentb5f4f6b381bc186d609872e134f37eaf4e6ee7f6 (diff)
downloadlibapr-cbe018956abd7aad398c8b9de84650eed936a005.tar.gz
replaced define for DWORD_MAX with APR_DWORD_MAX
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65354 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 1fab3814f..2938f8fd1 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 DWORD_MAX 4294967295 /* 2^32*/
+#define APR_DWORD_MAX 4294967295 /* 2^32*/
/** @} */
#ifdef __cplusplus
diff --git a/include/apr.hw b/include/apr.hw
index 372008338..b6897525d 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 DWORD_MAX 4294967295
+#define APR_DWORD_MAX 4294967295
/* XXX These simply don't belong here, perhaps in apr_portable.h
* based on some APR_HAVE_PID/GID/UID?