[Webkit-unassigned] [Bug 102787] [Qt][Win] Fix the build after r135217

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 21 07:23:01 PST 2012


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





--- Comment #4 from Simon Hausmann <hausmann at webkit.org>  2012-11-21 07:25:02 PST ---
I debugged this a bit now and the problem is that DECLARE_INTERFACE_IID_ depends on a previously defined "interface" pre-processor macro. However there's a Qt header file that wants to use the term "interface" in the API and therefore does an #undef on it. Only _later_ we include shlwapi.h that tries to use "interface" with no luck.

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