Title: [229075] trunk/Source/WTF
- Revision
- 229075
- Author
- [email protected]
- Date
- 2018-02-27 14:12:59 -0800 (Tue, 27 Feb 2018)
Log Message
[Win64] JSCOnly compile error using VS2017 and cmake
https://bugs.webkit.org/show_bug.cgi?id=183176
Patch by Karlen Simonyan <[email protected]> on 2018-02-27
Reviewed by Alex Christensen.
* wtf/PlatformJSCOnly.cmake:
Modified Paths
Diff
Modified: trunk/Source/WTF/ChangeLog (229074 => 229075)
--- trunk/Source/WTF/ChangeLog 2018-02-27 22:12:43 UTC (rev 229074)
+++ trunk/Source/WTF/ChangeLog 2018-02-27 22:12:59 UTC (rev 229075)
@@ -1,3 +1,12 @@
+2018-02-27 Karlen Simonyan <[email protected]>
+
+ [Win64] JSCOnly compile error using VS2017 and cmake
+ https://bugs.webkit.org/show_bug.cgi?id=183176
+
+ Reviewed by Alex Christensen.
+
+ * wtf/PlatformJSCOnly.cmake:
+
2018-02-26 Carlos Garcia Campos <[email protected]>
[GStreamer] User current executable name instead of g_get_prgname() for gst_init
Modified: trunk/Source/WTF/wtf/PlatformJSCOnly.cmake (229074 => 229075)
--- trunk/Source/WTF/wtf/PlatformJSCOnly.cmake 2018-02-27 22:12:43 UTC (rev 229074)
+++ trunk/Source/WTF/wtf/PlatformJSCOnly.cmake 2018-02-27 22:12:59 UTC (rev 229075)
@@ -10,6 +10,9 @@
win/CPUTimeWin.cpp
win/LanguageWin.cpp
)
+ list(APPEND WTF_HEADERS
+ text/win/WCharStringExtras.h
+ )
else ()
list(APPEND WTF_SOURCES
UniStdExtras.cpp
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes