RESOLVED FIXED 19970
PluginView/Win32 does not compile with MinGW
https://bugs.webkit.org/show_bug.cgi?id=19970
Summary PluginView/Win32 does not compile with MinGW
Ariya Hidayat
Reported 2008-07-10 03:50:53 PDT
The following line causes problem: friend static LRESULT CALLBACK PluginViewWndProc(HWND, UINT, WPARAM, LPARAM); since gcc 3.4.5 (on latest stable MinGW) chokes on that.
Attachments
patch to fix the problem (as discussed with aroben and andersca) (2.67 KB, patch)
2008-07-10 04:02 PDT, Ariya Hidayat
aroben: review+
Ariya Hidayat
Comment 1 2008-07-10 04:02:32 PDT
Created attachment 22198 [details] patch to fix the problem (as discussed with aroben and andersca)
Adam Roben (:aroben)
Comment 2 2008-07-10 08:04:43 PDT
Comment on attachment 22198 [details] patch to fix the problem (as discussed with aroben and andersca) r=me
Ariya Hidayat
Comment 3 2008-07-14 02:27:29 PDT
Landed in r35124
Note You need to log in before you can comment on or make changes to this bug.