Title: [170340] trunk/Tools
Revision
170340
Author
bfulg...@apple.com
Date
2014-06-23 17:56:43 -0700 (Mon, 23 Jun 2014)

Log Message

[Win] Build fix after r134209

* WinLauncher/WinMain.cpp: Must include the resources file
before Common.cpp.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (170339 => 170340)


--- trunk/Tools/ChangeLog	2014-06-24 00:51:58 UTC (rev 170339)
+++ trunk/Tools/ChangeLog	2014-06-24 00:56:43 UTC (rev 170340)
@@ -1,5 +1,12 @@
 2014-06-23  Brent Fulgham  <bfulg...@apple.com>
 
+        [Win] Build fix after r134209
+
+        * WinLauncher/WinMain.cpp: Must include the resources file
+        before Common.cpp.
+
+2014-06-23  Brent Fulgham  <bfulg...@apple.com>
+
         [Win] Clean up and refactor WinLauncher
         https://bugs.webkit.org/show_bug.cgi?id=134209
 

Modified: trunk/Tools/WinLauncher/WinMain.cpp (170339 => 170340)


--- trunk/Tools/WinLauncher/WinMain.cpp	2014-06-24 00:51:58 UTC (rev 170339)
+++ trunk/Tools/WinLauncher/WinMain.cpp	2014-06-24 00:56:43 UTC (rev 170340)
@@ -27,9 +27,9 @@
  */
 
 #include "stdafx.h"
-#include "Common.cpp"
 #include "WinLauncherLibResource.h"
 #include "WinLauncherWebHost.h"
+#include "Common.cpp"
 
 int WINAPI wWinMain(HINSTANCE, HINSTANCE, PWSTR, int nCmdShow)
 {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to