From 4068c5e4a3eb0f47ec3cb4ee4fad5dd2edb9de6f Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Mon, 24 Mar 2003 23:14:15 +0000 Subject: Add support for OS/2, contributed by Andreas Buening Also a small patch from Hartmut Becker for VMS. --- dir.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dir.c') diff --git a/dir.c b/dir.c index 7db0697..1de62e5 100644 --- a/dir.c +++ b/dir.c @@ -589,6 +589,10 @@ dir_contents_file_exists_p (struct directory_contents *dir, char *filename) filename = downcase (filename); #endif +#ifdef __EMX__ + _fnlwr(filename); /* lower case for FAT drives */ +#endif + #ifdef VMS filename = vmsify (filename,0); #endif -- cgit v1.2.3