[Webkit-unassigned] [Bug 45547] Fix a windows build of plugins

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 10 09:34:47 PDT 2010


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





--- Comment #3 from Fridrich Strba <fridrich.strba at bluewin.ch>  2010-09-10 09:34:47 PST ---
(In reply to comment #2)
> (From update of attachment 67193 [details])
> > +	-I$(srcdir)/WebCore/plugins/win \
> 
> Wouldn't this fit better into the "TARGET_WIN32" section?

Just a matter of taste because the files there will be included only if the following condition is fulfilled:

#elif defined(GDK_WINDOWING_WIN32)
#include "PluginMessageThrottlerWin.h"
#include <gdk/gdkwin32.h>
#endif

So, if you can accept it as it is, it is ok, if not I will redo the patch.

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