Title: [135324] trunk/Source/WebCore
Revision
135324
Author
[email protected]
Date
2012-11-20 15:47:56 -0800 (Tue, 20 Nov 2012)

Log Message

[Qt] Build fix after r135217.
https://bugs.webkit.org/show_bug.cgi?id=102787

* platform/win/WindowsExtras.h: Switch to direct include of
  <ObjBase.h>, as is done in other <shlwapi.h> includes.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (135323 => 135324)


--- trunk/Source/WebCore/ChangeLog	2012-11-20 23:45:38 UTC (rev 135323)
+++ trunk/Source/WebCore/ChangeLog	2012-11-20 23:47:56 UTC (rev 135324)
@@ -1,3 +1,11 @@
+2012-11-20  Brent Fulgham  <[email protected]>
+
+        [Qt] Build fix after r135217.
+        https://bugs.webkit.org/show_bug.cgi?id=102787
+
+        * platform/win/WindowsExtras.h: Switch to direct include of
+          <ObjBase.h>, as is done in other <shlwapi.h> includes.
+
 2012-11-20  Ryosuke Niwa  <[email protected]>
 
         Fix typos. Apparently XCode failed to text-replace earlier when it was busy making a snapshot :(

Modified: trunk/Source/WebCore/platform/win/WindowsExtras.h (135323 => 135324)


--- trunk/Source/WebCore/platform/win/WindowsExtras.h	2012-11-20 23:45:38 UTC (rev 135323)
+++ trunk/Source/WebCore/platform/win/WindowsExtras.h	2012-11-20 23:47:56 UTC (rev 135324)
@@ -26,7 +26,7 @@
 #define WindowsExtras_h
 
 #include <windows.h>
-#undef NOSHLWAPI
+#include <objbase.h>
 #include <shlwapi.h>
 
 namespace WebCore {
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to