summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2000-05-12 03:59:50 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2000-05-12 03:59:50 +0000
commit9b3cdc0ee27bd1cb37879908d24199e1d8ad118c (patch)
treedabae4f3fd1344a6708b6d4b937e0314fc25a7b6
parenta03b81ae7c674cd294929f03011db6a988d79e79 (diff)
downloadlibapr-9b3cdc0ee27bd1cb37879908d24199e1d8ad118c.tar.gz
I'm sure Mr. Stoddard will recognize this, so I'm committing it.
Unfortunately it doesn't do a whit of good since it is an APR private required by the windows mpm... argh git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60037 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--misc/win32/misc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/misc/win32/misc.h b/misc/win32/misc.h
index a1acdbccb..b2d8b4f20 100644
--- a/misc/win32/misc.h
+++ b/misc/win32/misc.h
@@ -133,6 +133,11 @@ DECLARE_LATE_DLL_FUNC(DLL_WINBASEAPI, BOOL, WINAPI, GetFileAttributesExA, 0, (
#undef GetFileAttributesEx
#define GetFileAttributesEx LateGetFileAttributesExA
+DECLARE_LATE_DLL_FUNC(DLL_WINBASEAPI, BOOL, WINAPI, CancelIo, 0, (
+ IN HANDLE hFile),
+ (hFile));
+#define CancelIo LateCancelIo
+
ap_status_t ap_get_oslevel(struct ap_pool_t *, ap_oslevel_e *);
#endif /* ! MISC_H */