Module: wine Branch: master Commit: 0b1530545f74e9a75bb2b47a87f44cd13553e223 URL: http://source.winehq.org/git/wine.git/?a=commit;h=0b1530545f74e9a75bb2b47a87...
Author: Jacek Caban jacek@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