gdi32: Link against AppKit on the Mac to avoid later crash in the Mac driver.

Ken Thomases ken at codeweavers.com
Sun Aug 4 22:53:44 CDT 2013


On the Mac, gdi32 uses Core Text to enumerate system fonts.  The Mac driver
uses AppKit (part of Cocoa).  On Mac OS X 10.7 and later, if Core Text is
used before AppKit is loaded, then AppKit crashes when it eventually accesses
fonts.

For http://bugs.winehq.org/show_bug.cgi?id=34188 and part of
http://bugs.winehq.org/show_bug.cgi?id=34066
---
configure.ac           |    1 +
dlls/gdi32/Makefile.in |    2 +-
2 files changed, 2 insertions(+), 1 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-gdi32-Link-against-AppKit-on-the-Mac-to-avoid-later-.patch
Type: text/x-patch
Size: 1012 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20130804/d624ac58/attachment.bin>


More information about the wine-patches mailing list