]> granicus.if.org Git - php/commitdiff
Fixed define.
authorIlia Alshanetsky <iliaa@php.net>
Tue, 9 Mar 2004 14:56:34 +0000 (14:56 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Tue, 9 Mar 2004 14:56:34 +0000 (14:56 +0000)
TSRM/tsrm_virtual_cwd.c

index 2f9ae218420f3271b2db990cfd0233c782d082b8..d0c741faaeb0afe5ce6a10ec0562dfbc406c90f3 100644 (file)
@@ -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