diff options
-rw-r--r-- | TSRM/tsrm_virtual_cwd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TSRM/tsrm_virtual_cwd.c b/TSRM/tsrm_virtual_cwd.c index 6ad810113f..caaa31f1fc 100644 --- a/TSRM/tsrm_virtual_cwd.c +++ b/TSRM/tsrm_virtual_cwd.c @@ -847,7 +847,7 @@ CWD_API int virtual_stat(const char *path, struct stat *buf TSRMLS_DC) return retval; } -#if !defined(TSRM_WIN32) && !defined(NETWARE) +#if !defined(TSRM_WIN32) CWD_API int virtual_lstat(const char *path, struct stat *buf TSRMLS_DC) { cwd_state new_state; |