Jacek Caban : mshtml: Added Gecko64 support.
25 Aug
2010
25 Aug
'10
5:35 p.m.
Module: wine Branch: master Commit: 0b1530545f74e9a75bb2b47a87f44cd13553e223 URL: http://source.winehq.org/git/wine.git/?a=commit;h=0b1530545f74e9a75bb2b47a87... Author: Jacek Caban <jacek(a)codeweavers.com> Date: Wed Aug 25 14:22:39 2010 +0200 mshtml: Added Gecko64 support. --- dlls/mshtml/install.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/dlls/mshtml/install.c b/dlls/mshtml/install.c index 65faa5a..1079713 100644 --- a/dlls/mshtml/install.c +++ b/dlls/mshtml/install.c @@ -49,6 +49,8 @@ WINE_DEFAULT_DEBUG_CHANNEL(mshtml); #ifdef __i386__ #define GECKO_ARCH "x86" +#elif defined(__x86_64__) +#define GECKO_ARCH "x86_64" #else #define GECKO_ARCH "" #endif
5685
Age (days ago)
5685
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard