summaryrefslogtreecommitdiff
path: root/misc/win32/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'misc/win32/misc.h')
-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 */