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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 2 15:27:56 PST 2010


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





--- Comment #7 from Fridrich Strba <fridrich.strba at bluewin.ch>  2010-03-02 15:27:56 PST ---
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.

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