mshtml: Added Gecko64 support.

This commit is contained in:
Jacek Caban 2010-08-25 14:22:39 +02:00 committed by Alexandre Julliard
parent e9e35e2b09
commit 0b1530545f
1 changed files with 2 additions and 0 deletions

View File

@ -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