[2/5] gdi32: Introduce a list of font file/data.

Alexandre Julliard julliard at winehq.org
Tue Apr 24 12:10:01 CDT 2012


Kusanagi Kouichi <slash at ac.auone-net.jp> writes:

> On 2012-04-24 13:01:04 +0200, Alexandre Julliard wrote:
>> Kusanagi Kouichi <slash at ac.auone-net.jp> 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
julliard at winehq.org



More information about the wine-devel mailing list