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

Commit 68b671a

Browse files
authored
Merge pull request #1063 from sharpdx/fix-sharpgen
Add missing D2D1 Result Codes.
2 parents b98aa67 + f93ca5d commit 68b671a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Source/SharpDX.Direct2D1/Mapping-direct2d1.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@
5858
<include file="d2d1_3.h" attach="true" />
5959
<include file="d2d1effects_2.h" attach="true" />
6060
<include file="d2d1svg.h" attach="true" />
61+
<include file="winerror.h">
62+
<attach>D2DERR_(.*)</attach>
63+
</include>
6164

6265
<naming />
6366

@@ -75,6 +78,7 @@
7578
<context>d2d1effectauthor</context>
7679
<context>d2d1effectauthor_1</context>
7780
<context>d2d1svg</context>
81+
<context>winerror</context>
7882

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

0 commit comments

Comments
 (0)