mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
- vc6 does not expose it
This commit is contained in:
parent
dd38619aa5
commit
3247c2595d
1 changed files with 4 additions and 0 deletions
|
@ -1002,7 +1002,11 @@ 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue