Jacek Caban : iexplore: Mark iexplore.exe as large address aware.
Module: wine Branch: master Commit: 788cd0b4c6603d47da510532182a57188836507d URL: http://source.winehq.org/git/wine.git/?a=commit;h=788cd0b4c6603d47da51053218... Author: Jacek Caban <jacek(a)codeweavers.com> Date: Tue Apr 29 10:53:59 2014 +0200 iexplore: Mark iexplore.exe as large address aware. --- programs/iexplore/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/iexplore/Makefile.in b/programs/iexplore/Makefile.in index 7769e7e..f3fd4c2 100644 --- a/programs/iexplore/Makefile.in +++ b/programs/iexplore/Makefile.in @@ -1,5 +1,5 @@ MODULE = iexplore.exe -APPMODE = -mwindows -municode +APPMODE = -mwindows -municode -Wl,--large-address-aware IMPORTS = ieframe DELAYIMPORTS = advpack version
participants (1)
-
Alexandre Julliard