diff options
Diffstat (limited to 'os/win32/os.h')
-rw-r--r-- | os/win32/os.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/os/win32/os.h b/os/win32/os.h index b85f54632f..c362590a63 100644 --- a/os/win32/os.h +++ b/os/win32/os.h @@ -125,10 +125,10 @@ __inline int ap_os_is_path_absolute(const char *file) } /* OS-dependent filename routines in util_win32.c */ -API_EXPORT(char *) ap_os_canonical_filename(apr_pool_t *p, const char *file); -API_EXPORT(char *) ap_os_case_canonical_filename(apr_pool_t *pPool, const char *szFile); -API_EXPORT(char *) ap_os_systemcase_filename(apr_pool_t *pPool, const char *szFile); -API_EXPORT(int) ap_os_is_filename_valid(const char *file); +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); +AP_DECLARE(int) ap_os_is_filename_valid(const char *file); typedef void thread; typedef void event; |