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

This commit is contained in:
Ken Thomases 2013-08-04 22:53:44 -05:00 committed by Alexandre Julliard
parent 5b1e70ce97
commit 1f2d556373
3 changed files with 5 additions and 1 deletions

3
configure vendored
View File

@ -697,6 +697,7 @@ COREAUDIO
SECURITYLIB
DISKARBITRATIONLIB
LDEXECFLAGS
APPKITLIB
CORESERVICESLIB
APPLICATIONSERVICESLIB
FORCEFEEDBACKLIB
@ -6686,6 +6687,8 @@ clean::
CORESERVICESLIB="-framework CoreServices"
APPKITLIB="-framework AppKit"
case $host_os in
darwin11*)
LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-macosx_version_min,10.6,-segaddr,WINE_DOS,0x00001000,-segaddr,WINE_SHAREDHEAP,0x7f000000,-sectcreate,__TEXT,__info_plist,wine_info.plist"

View File

@ -734,6 +734,7 @@ clean::
AC_SUBST(FORCEFEEDBACKLIB,"-framework ForceFeedback -framework CoreFoundation")
AC_SUBST(APPLICATIONSERVICESLIB,"-framework ApplicationServices")
AC_SUBST(CORESERVICESLIB,"-framework CoreServices")
AC_SUBST(APPKITLIB,"-framework AppKit")
case $host_os in
darwin11*)
AC_SUBST(LDEXECFLAGS,["-image_base 0x7bf00000 -Wl,-macosx_version_min,10.6,-segaddr,WINE_DOS,0x00001000,-segaddr,WINE_SHAREDHEAP,0x7f000000,-sectcreate,__TEXT,__info_plist,wine_info.plist"]) ;;

View File

@ -3,7 +3,7 @@ MODULE = gdi32.dll
IMPORTLIB = gdi32
IMPORTS = advapi32
EXTRAINCL = @FREETYPE_CFLAGS@ @FONTCONFIGINCL@
EXTRALIBS = @CARBONLIB@
EXTRALIBS = @CARBONLIB@ @APPKITLIB@
DELAYIMPORTS = usp10
C_SRCS = \