diff options
Diffstat (limited to 'Zend/zend_virtual_cwd.c')
-rw-r--r-- | Zend/zend_virtual_cwd.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Zend/zend_virtual_cwd.c b/Zend/zend_virtual_cwd.c index 85e40bb964..70b42657a4 100644 --- a/Zend/zend_virtual_cwd.c +++ b/Zend/zend_virtual_cwd.c @@ -1191,11 +1191,7 @@ CWD_API int virtual_file_ex(cwd_state *state, const char *path, verify_path_func if (path_length == 0 || path_length >= MAXPATHLEN-1) { #ifdef TSRM_WIN32 -# if _MSC_VER < 1300 - errno = EINVAL; -# else _set_errno(EINVAL); -# endif #else errno = EINVAL; #endif |