- 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.
This commit is contained in:
Andi Gutmans 2003-10-30 09:58:17 +00:00
parent 9e007de0c2
commit db38966aba

View file

@ -332,7 +332,7 @@ CWD_API int virtual_file_ex(cwd_state *state, const char *path, verify_path_func
free(tmp); free(tmp);
} }
#endif #endif
#ifdef TSRM_WIN32 #if 0 && defined(TSRM_WIN32)
{ {
char *dummy; char *dummy;
char *new_path; char *new_path;