summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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?