wrowe 01/04/08 01:01:38
Modified: include apr.hw
Log:
This fmt requires a corresponding macro for unix apr.h.in, which I threw
out to new-httpd, but have no way to test
Revision Changes Path
1.59 +4 -0 apr/include/apr.hw
Index: apr.hw
===================================================================
RCS file: /home/cvs/apr/include/apr.hw,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- apr.hw 2001/04/02 19:00:31 1.58
+++ apr.hw 2001/04/08 08:01:38 1.59
@@ -292,6 +292,10 @@
#define APR_OS_PROC_T_FMT "d"
+#define APR_INT64_T_FMT "I64d"
+
+#define APR_TIME_T_FMT APR_INT64_T_FMT
+
/* Local machine definition for console and log output. */
#define APR_EOL_STR "\r\n"