summaryrefslogtreecommitdiff
path: root/include/apr.hw
diff options
context:
space:
mode:
authorstoddard <stoddard@13f79535-47bb-0310-9956-ffa450edef68>2000-06-12 17:54:58 +0000
committerstoddard <stoddard@13f79535-47bb-0310-9956-ffa450edef68>2000-06-12 17:54:58 +0000
commit7e0522298979cad9db15b4937f4298030eb73869 (patch)
tree2d7fb1f8cc8229d8f4b32bd55deb3e47c40f6cff /include/apr.hw
parent45378036221c17ab4705519b65b947af5236c768 (diff)
downloadlibapr-7e0522298979cad9db15b4937f4298030eb73869.tar.gz
Add definition of APR_OFF_T_FMT to apr.hw (for Windows)
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60184 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr.hw')
-rw-r--r--include/apr.hw1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/apr.hw b/include/apr.hw
index cdef7cddf..12aa8953c 100644
--- a/include/apr.hw
+++ b/include/apr.hw
@@ -172,6 +172,7 @@ typedef int gid_t;
/* Definitions that APR programs need to work properly. */
#define APR_SSIZE_T_FMT "d"
#define APR_THREAD_FUNC __stdcall
+#define APR_OFF_T_FMT "ld"
#if !defined(WIN32) || defined(APR_STATIC)
/* Default Non-WIN32 behavior removes all MSVCisms */