diff options
Diffstat (limited to 'os')
-rw-r--r-- | os/win32/os.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/os/win32/os.h b/os/win32/os.h index da3a167c9b..0df60c81ca 100644 --- a/os/win32/os.h +++ b/os/win32/os.h @@ -129,8 +129,4 @@ AP_DECLARE(char *) ap_os_canonical_filename(apr_pool_t *p, const char *file); AP_DECLARE(char *) ap_os_case_canonical_filename(apr_pool_t *pPool, const char *szFile); AP_DECLARE(char *) ap_os_systemcase_filename(apr_pool_t *pPool, const char *szFile); -typedef void thread; -typedef void event; - - #endif /* ! APACHE_OS_H */ |