From db38966aba55438e4fc2cf40e9e6fd1c0b4bc7cc Mon Sep 17 00:00:00 2001 From: Andi Gutmans Date: Thu, 30 Oct 2003 09:58:17 +0000 Subject: [PATCH] - Don't fix include_once() case sensitivity problem for beta 2. - I suggest discussing to stop supporting win95 and NT 4 in our binary - distributions and change the code to #ifdef. --- 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 df6aa2d41f..3dbfbfa7fb 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 -#ifdef TSRM_WIN32 +#if 0 && defined(TSRM_WIN32) { char *dummy; char *new_path; -- 2.50.1