summaryrefslogtreecommitdiff
path: root/TSRM
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2004-03-09 14:56:34 +0000
committerIlia Alshanetsky <iliaa@php.net>2004-03-09 14:56:34 +0000
commitf677b6032a9fa07333f1669350870210733c4be0 (patch)
treeafd1e2f17b6d97515e479ccda9013735e08aa537 /TSRM
parentd196309341a76a8427e9787542c02e6f3cf8ece5 (diff)
downloadphp-git-f677b6032a9fa07333f1669350870210733c4be0.tar.gz
Fixed define.
Diffstat (limited to 'TSRM')
-rw-r--r--TSRM/tsrm_virtual_cwd.c1
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