summaryrefslogtreecommitdiff
path: root/include/apr.hnw
diff options
context:
space:
mode:
authorBradley Nicholes <bnicholes@apache.org>2002-02-08 19:14:30 +0000
committerBradley Nicholes <bnicholes@apache.org>2002-02-08 19:14:30 +0000
commit6c9b5e46be8b3796127d9587e2d52cdbe60001de (patch)
tree96e94fe967187b6a9e32ad2bcba1e701eee24f99 /include/apr.hnw
parenta2edc23c7b54bee88ef3d94facf5f12c26861632 (diff)
downloadapr-6c9b5e46be8b3796127d9587e2d52cdbe60001de.tar.gz
Getting ready for some API name changes in the NetWare libraries
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@62932 13f79535-47bb-0310-9956-ffa450edef68
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;