[Webkit-unassigned] [Bug 20721] mingw32 cross-compile from linux: VK_BACK and friends already #defined

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 9 09:24:55 PST 2009


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





------- Comment #3 from mikkel at linet.dk  2009-02-09 09:24 PDT -------
This worked for me.


--- ../WebKit-r39903/WebCore/platform/gtk/KeyEventGtk.cpp       2008-12-24
23:47:40.000000000 -0500
+++ WebCore/platform/gtk/KeyEventGtk.cpp        2009-02-09 09:33:28.000000000
-0500
@@ -27,10 +27,10 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */

+#include "KeyboardCodes.h"
 #include "config.h"
 #include "PlatformKeyboardEvent.h"

-#include "KeyboardCodes.h"
 #include "NotImplemented.h"
 #include "TextEncoding.h"



-- 
Configure bugmail: https://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