Skip to content
This repository has been archived by the owner on Mar 30, 2019. It is now read-only.

Commit

Permalink
Merge pull request #1063 from sharpdx/fix-sharpgen
Browse files Browse the repository at this point in the history
Add missing D2D1 Result Codes.
  • Loading branch information
jkoritzinsky committed Aug 13, 2018
2 parents b98aa67 + f93ca5d commit 68b671a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Source/SharpDX.Direct2D1/Mapping-direct2d1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@
<include file="d2d1_3.h" attach="true" />
<include file="d2d1effects_2.h" attach="true" />
<include file="d2d1svg.h" attach="true" />
<include file="winerror.h">
<attach>D2DERR_(.*)</attach>
</include>

<naming />

Expand All @@ -75,6 +78,7 @@
<context>d2d1effectauthor</context>
<context>d2d1effectauthor_1</context>
<context>d2d1svg</context>
<context>winerror</context>

<const from-guid="CLSID_D2D1([A-Z].*)" class="SharpDX.Direct2D1.Effect" type="System.Guid" name="$1">new System.Guid("$1")</const>
<const from-guid="CLSID_D2D12DAffineTransform" class="SharpDX.Direct2D1.Effect" type="System.Guid" name="AffineTransform2D">new System.Guid("$1")</const>
Expand Down

0 comments on commit 68b671a

Please sign in to comment.