From: Andi Gutmans Date: Tue, 2 Dec 2003 21:12:17 +0000 (+0000) Subject: - Uncomment my code which improves Windows behavior of TSRM file paths. X-Git-Tag: php-5.0.0b3RC1~409 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5620f21dd5fc47bb785b52cd9196a63b94c4b2f8;p=php - Uncomment my code which improves Windows behavior of TSRM file paths. - This will now not work on Windows 95 anymore. --- diff --git a/TSRM/tsrm_virtual_cwd.c b/TSRM/tsrm_virtual_cwd.c index 3dbfbfa7fb..0d9fb7197c 100644 --- a/TSRM/tsrm_virtual_cwd.c +++ b/TSRM/tsrm_virtual_cwd.c @@ -332,7 +332,7 @@ CWD_API int virtual_file_ex(cwd_state *state, const char *path, verify_path_func free(tmp); } #endif -#if 0 && defined(TSRM_WIN32) +#if defined(TSRM_WIN32) { char *dummy; char *new_path;