Kusanagi Kouichi <[email protected]> writes: > On 2012-04-24 13:01:04 +0200, Alexandre Julliard wrote: >> Kusanagi Kouichi <[email protected]> writes: >> >> >> You can't compare files this way, different paths can point to the same >> >> file. >> > >> > This function finds font path, not file. So find_font_path would be >> > more appropriate name. >> >> What's the point of doing this if it doesn't catch identical files? > > I thought it could be used to implement RemoveFontResourceEx.
That's precisely the sort of thing where you need a proper file identity comparison and not just a path string check. -- Alexandre Julliard [email protected]
