summaryrefslogtreecommitdiff
path: root/include/apr.hnw
diff options
context:
space:
mode:
Diffstat (limited to 'include/apr.hnw')
-rw-r--r--include/apr.hnw4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/apr.hnw b/include/apr.hnw
index e36acfdf1..882cf0c32 100644
--- a/include/apr.hnw
+++ b/include/apr.hnw
@@ -223,8 +223,8 @@ typedef unsigned short apr_uint16_t;
typedef int apr_int32_t;
typedef unsigned int apr_uint32_t;
-typedef INT64 apr_int64_t;
-typedef unsigned INT64 apr_uint64_t;
+typedef long long apr_int64_t;
+typedef unsigned long long apr_uint64_t;
typedef size_t apr_size_t;
typedef ssize_t apr_ssize_t;