[Webkit-unassigned] [Bug 89375] ConditionalMacros.h causes compiler errors for MSVC x64
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu May 2 21:35:45 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=89375
--- Comment #2 from Alex Christensen <alex.christensen at flexsim.com> 2013-05-02 21:34:08 PST ---
This was fixed in Brent Fulgham's WinCairoRequirements git repository (https://github.com/bfulgham/WinCairoRequirements/blob/master/src/opencflite/include/ConditionalMacros.h lines 1103-1145) but I'm not sure I like this line (1106):
#define TARGET_CPU_X86 1
shouldn't we add a macro like this, which was not originally intended when OpenCFLite was written?
#define TARGET_CPU_X64 0
#define TARGET_CPU_X86_64 1
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list