gdi32: Avoid a crash by loading AppKit before using Core Text if might use the Mac driver.

Ken Thomases ken at codeweavers.com
Fri Aug 2 09:57:52 CDT 2013


On Aug 2, 2013, at 9:19 AM, Alexandre Julliard wrote:

> Ken Thomases <ken at codeweavers.com> writes:
> 
>> On Aug 2, 2013, at 4:22 AM, Alexandre Julliard wrote:
>>> That's ugly. freetype.c has no business knowing about the details of the
>>> graphics driver.
>> 
>> Is it acceptable to load the graphics driver at that point, by calling DRIVER_load_driver("display", …)?
> 
> That code is called during dll attach, so no, that won't work right.

OK.  So, is it acceptable to load AppKit regardless of which graphics driver is configured?

-Ken




More information about the wine-devel mailing list