Title: [152864] trunk/Tools
Revision
152864
Author
bfulg...@apple.com
Date
2013-07-18 14:14:34 -0700 (Thu, 18 Jul 2013)

Log Message

Unreviewed windows build fix.

Modified Paths


Diff

Modified: trunk/Tools/ChangeLog (152863 => 152864)


--- trunk/Tools/ChangeLog	2013-07-18 21:12:25 UTC (rev 152863)
+++ trunk/Tools/ChangeLog	2013-07-18 21:14:34 UTC (rev 152864)
@@ -1,3 +1,9 @@
+2013-07-18  Brent Fulgham  <bfulg...@apple.com>
+
+        [Windows] Build correction after r152861.
+
+        * WinLauncher/WinLauncher.cpp: Don't reference private header.
+
 2013-07-16  Brent Fulgham  <bfulg...@apple.com>
 
         [Win] Support in-band text tracks.

Modified: trunk/Tools/WinLauncher/WinLauncher.cpp (152863 => 152864)


--- trunk/Tools/WinLauncher/WinLauncher.cpp	2013-07-18 21:12:25 UTC (rev 152863)
+++ trunk/Tools/WinLauncher/WinLauncher.cpp	2013-07-18 21:14:34 UTC (rev 152864)
@@ -35,7 +35,6 @@
 #include <wtf/Platform.h>
 
 #if USE(CF)
-#include <CoreFoundation/CFPriv.h>
 #include <CoreFoundation/CFRunLoop.h>
 #endif
 
@@ -266,6 +265,10 @@
     return TRUE;
 }
 
+#if USE(CF)
+void _CFRunLoopSetWindowsMessageQueueMask(CFRunLoopRef, uint32_t, CFStringRef);
+#endif
+
 extern "C" __declspec(dllexport) int WINAPI dllLauncherEntryPoint(HINSTANCE, HINSTANCE, LPTSTR, int nCmdShow)
 {
 #ifdef _CRTDBG_MAP_ALLOC
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to