mshtml: Added Gecko64 support.
This commit is contained in:
parent
e9e35e2b09
commit
0b1530545f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue