[Webkit-unassigned] [Bug 26620] Haiku WebKit port
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Jul 18 17:41:00 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=26620
Oliver Hunt <oliver at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #32917|review? |review-
Flag| |
--- Comment #58 from Oliver Hunt <oliver at apple.com> 2009-07-18 17:40:58 PDT ---
(From update of attachment 32917)
> -#if !PLATFORM(WIN_OS) && !PLATFORM(SOLARIS) && !PLATFORM(SYMBIAN) && !COMPILER(RVCT)
> +#if !PLATFORM(WIN_OS) && !PLATFORM(SOLARIS) && !PLATFORM(SYMBIAN) && !COMPILER(RVCT) && !(HAIKU)
Should be !PLATFORM(HAIKU)
> --- a/WebCore/config.h
> +++ b/WebCore/config.h
> @@ -187,3 +187,7 @@ typedef float CGFloat;
> #if PLATFORM(WIN) && PLATFORM(CG)
> #define WTF_USE_SAFARI_THEME 1
> #endif
> +
> +#if PLATFORM(HAIKU)
> +#include <stdio.h>
> +#endif
stdio.h should not be included in 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