Title: [140662] trunk
Revision
140662
Author
[email protected]
Date
2013-01-24 00:46:15 -0800 (Thu, 24 Jan 2013)

Log Message

[CMake] Remove the definition of WTF_PLATFORM_WIN from the build system
https://bugs.webkit.org/show_bug.cgi?id=101635

Patch by Soo-Hyun Choi <[email protected]> on 2013-01-24
Reviewed by Laszlo Gombos.

WTF_PLATFORM_WIN defined twice: Source/cmake/OptionsWindows.cmake and in
Source/WTF/wtf/Platform.h.
It would be more future-proof to have it only defined in common C++ code in
Platform.h.

* Source/cmake/OptionsWindows.cmake:

Modified Paths

Diff

Modified: trunk/ChangeLog (140661 => 140662)


--- trunk/ChangeLog	2013-01-24 08:41:03 UTC (rev 140661)
+++ trunk/ChangeLog	2013-01-24 08:46:15 UTC (rev 140662)
@@ -1,3 +1,17 @@
+2013-01-24  Soo-Hyun Choi  <[email protected]>
+
+        [CMake] Remove the definition of WTF_PLATFORM_WIN from the build system
+        https://bugs.webkit.org/show_bug.cgi?id=101635
+
+        Reviewed by Laszlo Gombos.
+
+        WTF_PLATFORM_WIN defined twice: Source/cmake/OptionsWindows.cmake and in
+        Source/WTF/wtf/Platform.h.
+        It would be more future-proof to have it only defined in common C++ code in
+        Platform.h.
+
+        * Source/cmake/OptionsWindows.cmake:
+
 2013-01-23  Zan Dobersek  <[email protected]>
 
         Unreviewed.

Modified: trunk/Source/cmake/OptionsWindows.cmake (140661 => 140662)


--- trunk/Source/cmake/OptionsWindows.cmake	2013-01-24 08:41:03 UTC (rev 140661)
+++ trunk/Source/cmake/OptionsWindows.cmake	2013-01-24 08:46:15 UTC (rev 140662)
@@ -1,6 +1,3 @@
-add_definitions(-DWTF_PLATFORM_WIN=1)
-set(WTF_PLATFORM_WIN 1)
-
 add_definitions(-D_HAS_EXCEPTIONS=0 -DNOMINMAX -DUNICODE)
 
 include_directories(${_javascript_CORE_DIR}/os-win32)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to