From 5620f21dd5fc47bb785b52cd9196a63b94c4b2f8 Mon Sep 17 00:00:00 2001 From: Andi Gutmans Date: Tue, 2 Dec 2003 21:12:17 +0000 Subject: [PATCH] - Uncomment my code which improves Windows behavior of TSRM file paths. - This will now not work on Windows 95 anymore. --- TSRM/tsrm_virtual_cwd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.40.0