[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 08:43:16 PST 2010


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





--- Comment #14 from Darin Adler <darin at apple.com>  2010-03-03 08:43:15 PST ---
(In reply to comment #13)
> Adam, yeah, that would be nice, just that I have the impression that some older
> visual studio versions did not have it.

That was me, not Adam.

I don’t think WebKit compiles under these “older visual studio versions” and if
we did want it to, we could take the approach I describe below.

> If though the uintptr_t compiles on all
> platforms that you people and the google people care about, I am more then
> happy to have less ifdefs in the code.

The uintptr_t type is already used in 21 different source files in
JavaScriptCore and WebCore.

If we encounter a deficient platform where the type is missing, we'll typically
patch around that with a header in WTF, the way we do for functions like round
in <wtf/MathExtras.h> for example, or in a global include file such as
"config.h" or something included by "config.h".

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