diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2004-03-09 14:56:34 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2004-03-09 14:56:34 +0000 |
commit | f677b6032a9fa07333f1669350870210733c4be0 (patch) | |
tree | afd1e2f17b6d97515e479ccda9013735e08aa537 /TSRM | |
parent | d196309341a76a8427e9787542c02e6f3cf8ece5 (diff) | |
download | php-git-f677b6032a9fa07333f1669350870210733c4be0.tar.gz |
Fixed define.
Diffstat (limited to 'TSRM')
-rw-r--r-- | TSRM/tsrm_virtual_cwd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/TSRM/tsrm_virtual_cwd.c b/TSRM/tsrm_virtual_cwd.c index 2f9ae21842..d0c741faae 100644 --- a/TSRM/tsrm_virtual_cwd.c +++ b/TSRM/tsrm_virtual_cwd.c @@ -302,6 +302,7 @@ CWD_API int virtual_file_ex(cwd_state *state, const char *path, verify_path_func unsigned char is_absolute = 0; #ifndef TSRM_WIN32 char resolved_path[MAXPATHLEN]; +#else char *new_path; #endif |