]> granicus.if.org Git - php/commitdiff
- Uncomment my code which improves Windows behavior of TSRM file paths.
authorAndi Gutmans <andi@php.net>
Tue, 2 Dec 2003 21:12:17 +0000 (21:12 +0000)
committerAndi Gutmans <andi@php.net>
Tue, 2 Dec 2003 21:12:17 +0000 (21:12 +0000)
- This will now not work on Windows 95 anymore.

TSRM/tsrm_virtual_cwd.c

index 3dbfbfa7fb6a335bc5beb437ec980ecc06654f07..0d9fb7197c9ca17761d988100d2b06aa31b815c0 100644 (file)
@@ -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;