summaryrefslogtreecommitdiff
path: root/Zend/zend_virtual_cwd.c
diff options
context:
space:
mode:
authorKalle Sommer Nielsen <kalle@php.net>2015-03-29 07:10:39 +0200
committerKalle Sommer Nielsen <kalle@php.net>2015-03-29 07:10:39 +0200
commit313d01f30afc4649cbb9eedd2ec11a9fac5bf932 (patch)
tree7cc3e17b6596dec0e82249845f886e9e12babc0a /Zend/zend_virtual_cwd.c
parent43457f960ff2e84c87297f09a9dcc0da93ccee32 (diff)
downloadphp-git-313d01f30afc4649cbb9eedd2ec11a9fac5bf932.tar.gz
Drop old VC support in Zend Engine, this also kills the remaining MessageBox fix for Windows 9x that Anatol changed a while back
Diffstat (limited to 'Zend/zend_virtual_cwd.c')
-rw-r--r--Zend/zend_virtual_cwd.c4
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