[Webkit-unassigned] [Bug 35607] Allow building smoothly on win32 and win64 using GCC

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 3 05:58:03 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=35607


Adam Roben (aroben) <aroben at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |darin at apple.com,
                   |                            |mjs at apple.com




--- Comment #9 from Adam Roben (aroben) <aroben at apple.com>  2010-03-03 05:58:03 PST ---
(In reply to comment #7)
> Adam, what I tried to do was to put OS(WINDOWS) whenever the stuff was related
> to how the behaviour of functions in MS CRT is or if the functions called were
> part of the Win32 API and thus independent from the compiler. Whenever there
> were differences between different compilers and even different header-sets, I
> tried to be granular in defines. But I don't mind replacing the different
> OS(WINDOWS) by COMPILER(MSVC) || COMPILER(MINGW), just that I don't know about
> compiler out there that builds for windows but distributes its own runtime.

Thanks for the explanation, Fridrich. This sounds fine to me.

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