diff options
Diffstat (limited to 'locks/win32/locks.h')
-rw-r--r-- | locks/win32/locks.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/locks/win32/locks.h b/locks/win32/locks.h index 7c89002f0..602c2eb67 100644 --- a/locks/win32/locks.h +++ b/locks/win32/locks.h @@ -58,7 +58,7 @@ #include "apr_lock.h" struct ap_lock_t { - ap_context_t *cntxt; + ap_pool_t *cntxt; ap_locktype_e type; ap_lockscope_e scope; HANDLE mutex; |