[PATCH 2/2] ntdll: Check for case-insensitive volumes.

Alexandre Julliard julliard at winehq.org
Mon Oct 18 11:57:26 CDT 2010


Charles Davis <cdavis at mymail.mines.edu> writes:

> When I wrote that, I was thinking, "If we do the stat() on a
> case-insensitive file system, it will succeed even if the filename has
> the wrong case. We don't want that when we're checking case, so we may
> as well read the dirents to see if the file exists with the right case."
> Is there something I'm missing? Would check_case even matter when
> case_sensitive is FALSE?

If the file system is not case sensitive then there's no case to check.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list