Title: [190240] trunk/Source/WTF
- Revision
- 190240
- Author
- [email protected]
- Date
- 2015-09-25 09:09:50 -0700 (Fri, 25 Sep 2015)
Log Message
[Win] Unreviewed build fix.
* wtf/FeatureDefines.h: Don't turn STREAMS_API on by default
on Windows.
Modified Paths
Diff
Modified: trunk/Source/WTF/ChangeLog (190239 => 190240)
--- trunk/Source/WTF/ChangeLog 2015-09-25 09:57:22 UTC (rev 190239)
+++ trunk/Source/WTF/ChangeLog 2015-09-25 16:09:50 UTC (rev 190240)
@@ -1,3 +1,10 @@
+2015-09-25 Brent Fulgham <[email protected]>
+
+ [Win] Unreviewed build fix.
+
+ * wtf/FeatureDefines.h: Don't turn STREAMS_API on by default
+ on Windows.
+
2015-09-24 Ryosuke Niwa <[email protected]>
Ran sort-Xcode-project-file.
Modified: trunk/Source/WTF/wtf/FeatureDefines.h (190239 => 190240)
--- trunk/Source/WTF/wtf/FeatureDefines.h 2015-09-25 09:57:22 UTC (rev 190239)
+++ trunk/Source/WTF/wtf/FeatureDefines.h 2015-09-25 16:09:50 UTC (rev 190240)
@@ -704,8 +704,12 @@
#endif
#if !defined(ENABLE_STREAMS_API)
+#if PLATFORM(WIN)
+#define ENABLE_STREAMS_API 0
+#else
#define ENABLE_STREAMS_API 1
#endif
+#endif
#if !defined(ENABLE_SVG_FONTS)
#define ENABLE_SVG_FONTS 1
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes