Title: [152385] trunk/Source/WebCore
- Revision
- 152385
- Author
- [email protected]
- Date
- 2013-07-03 17:39:44 -0700 (Wed, 03 Jul 2013)
Log Message
[Windows] Exclude unsupported QuartzCore Features.
https://bugs.webkit.org/show_bug.cgi?id=118374
Reviewed by Anders Carlsson.
* WebCore.vcxproj/WebCoreCG.props: Exclude a few non-Windows
concepts from the QuartzCore headers.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (152384 => 152385)
--- trunk/Source/WebCore/ChangeLog 2013-07-04 00:03:10 UTC (rev 152384)
+++ trunk/Source/WebCore/ChangeLog 2013-07-04 00:39:44 UTC (rev 152385)
@@ -1,3 +1,13 @@
+2013-07-03 Brent Fulgham <[email protected]>
+
+ [Windows] Exclude unsupported QuartzCore Features.
+ https://bugs.webkit.org/show_bug.cgi?id=118374
+
+ Reviewed by Anders Carlsson.
+
+ * WebCore.vcxproj/WebCoreCG.props: Exclude a few non-Windows
+ concepts from the QuartzCore headers.
+
2013-07-03 Gavin Barraclough <[email protected]>
Simplify PageThrottler ownership.
Modified: trunk/Source/WebCore/WebCore.vcxproj/WebCoreCG.props (152384 => 152385)
--- trunk/Source/WebCore/WebCore.vcxproj/WebCoreCG.props 2013-07-04 00:03:10 UTC (rev 152384)
+++ trunk/Source/WebCore/WebCore.vcxproj/WebCoreCG.props 2013-07-04 00:39:44 UTC (rev 152385)
@@ -6,6 +6,7 @@
<ItemDefinitionGroup>
<ClCompile>
<AdditionalIncludeDirectories>$(ProjectDir)..\platform\graphics\cg;$(ProjectDir)..\svg\graphics\cg;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <PreprocessorDefinitions>DISABLE_COREIMAGE;DISABLE_FRONTEND;DISABLE_IOSURFACE;DISABLE_RENDERSERVER;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
</ItemDefinitionGroup>
</Project>
\ No newline at end of file
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes