[Webkit-unassigned] [Bug 17001] Build error with Gtk port on Mac OS X (r29781)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 25 05:56:13 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=17001





------- Comment #4 from mrowe at apple.com  2008-01-25 05:56 PDT -------
It might be as simple as changing:

#if defined(__APPLE_CC__) && !defined(__MACOS_CLASSIC__)

to:

#if defined(__APPLE_CC__) && !defined(__MACOS_CLASSIC__) && !defined(XP_UNIX)

I'm a little wary of changing npapi.h though as it's technically an API header,
but a simple change like this is unlikely to cause problems.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list