bnicholes 02/02/08 11:14:30
Modified: include apr.hnw
Log:
Getting ready for some API name changes in the NetWare libraries
Revision Changes Path
1.6 +2 -2 apr/include/apr.hnw
Index: apr.hnw
===================================================================
RCS file: /home/cvs/apr/include/apr.hnw,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- apr.hnw 6 Feb 2002 21:56:29 -0000 1.5
+++ apr.hnw 8 Feb 2002 19:14:30 -0000 1.6
@@ -223,8 +223,8 @@
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;