Changeset 152385 in webkit


Ignore:
Timestamp:
Jul 3, 2013 5:39:44 PM (11 years ago)
Author:
Brent Fulgham
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.

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r152384 r152385  
     12013-07-03  Brent Fulgham  <bfulgham@apple.com>
     2
     3        [Windows] Exclude unsupported QuartzCore Features.
     4        https://bugs.webkit.org/show_bug.cgi?id=118374
     5
     6        Reviewed by Anders Carlsson.
     7
     8        * WebCore.vcxproj/WebCoreCG.props: Exclude a few non-Windows
     9        concepts from the QuartzCore headers.
     10
    1112013-07-03  Gavin Barraclough  <barraclough@apple.com>
    212
  • trunk/Source/WebCore/WebCore.vcxproj/WebCoreCG.props

    r140574 r152385  
    77    <ClCompile>
    88      <AdditionalIncludeDirectories>$(ProjectDir)..\platform\graphics\cg;$(ProjectDir)..\svg\graphics\cg;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
     9      <PreprocessorDefinitions>DISABLE_COREIMAGE;DISABLE_FRONTEND;DISABLE_IOSURFACE;DISABLE_RENDERSERVER;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    910    </ClCompile>
    1011  </ItemDefinitionGroup>
Note: See TracChangeset for help on using the changeset viewer.