Title: [116961] trunk/Source/WebCore
Revision
116961
Author
[email protected]
Date
2012-05-14 10:27:24 -0700 (Mon, 14 May 2012)

Log Message

[wx] Unreviewed build fix. Fix for wxMSW windows.h load order bug.

Modified Paths


Diff

Modified: trunk/Source/WebCore/ChangeLog (116960 => 116961)


--- trunk/Source/WebCore/ChangeLog	2012-05-14 17:17:40 UTC (rev 116960)
+++ trunk/Source/WebCore/ChangeLog	2012-05-14 17:27:24 UTC (rev 116961)
@@ -1,3 +1,9 @@
+2012-05-14  Kevin Ollivier  <[email protected]>
+
+        [wx] Unreviewed build fix. Fix for wxMSW windows.h load order bug.
+        
+        * platform/graphics/wx/ImageBufferDataWx.h:
+
 2012-05-14  Eric Carlson  <[email protected]>
 
         <video> won't load when URL ends with .php

Modified: trunk/Source/WebCore/platform/graphics/wx/ImageBufferDataWx.h (116960 => 116961)


--- trunk/Source/WebCore/platform/graphics/wx/ImageBufferDataWx.h	2012-05-14 17:17:40 UTC (rev 116960)
+++ trunk/Source/WebCore/platform/graphics/wx/ImageBufferDataWx.h	2012-05-14 17:27:24 UTC (rev 116961)
@@ -25,6 +25,11 @@
 
 #include <wtf/OwnPtr.h>
 
+// see http://trac.wxwidgets.org/ticket/11482
+#ifdef __WXMSW__
+#   include "wx/msw/winundef.h"
+#endif
+
 #include <wx/bitmap.h>
 #include <wx/dcmemory.h>
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to