Commit 0b153054 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mshtml: Added Gecko64 support.

parent e9e35e2b
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment