[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:59:00 PST 2010


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





--- Comment #10 from Adam Roben (aroben) <aroben at apple.com>  2010-03-03 05:59:00 PST ---
(From update of attachment 49853)
> +++ WebCore/platform/Arena.h	(working copy)
> @@ -44,7 +44,11 @@
>  
>  namespace WebCore {
>  
> +#if OS(WINDOWS) && CPU(X86_64)
> +typedef unsigned long long uword;
> +#else
>  typedef unsigned long uword;
> +#endif

Why do we need this different definition for 64-bit on Windows, but not for
64-bit on Mac?

The rest of this patch looks good.

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